Skip to content

Commit

Permalink
Attempt to fix CI by restoring SimplySecureV2OptInTag.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Oct 13, 2022
1 parent 2c9afaa commit 9ab4181
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion azure-devops/create-1es-hosted-pool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,13 @@ Display-ProgressBar -Status 'Creating resource group'

$ResourceGroupName = 'StlBuild-' + $CurrentDate.ToString('yyyy-MM-ddTHHmm')

# TRANSITION, this opt-in tag should be unnecessary after 2022-09-30.
$SimplySecureV2OptInTag = @{ 'NRMSV2OptIn' = $CurrentDate.ToString('yyyyMMdd'); }

New-AzResourceGroup `
-Name $ResourceGroupName `
-Location $Location | Out-Null
-Location $Location `
-Tag $SimplySecureV2OptInTag | Out-Null

####################################################################################################
Display-ProgressBar -Status 'Creating credentials'
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
buildOutputLocation: 'D:\build'

pool:
name: 'StlBuild-2022-10-11T1916-Pool'
name: 'StlBuild-2022-10-13T0903-Pool'
demands: EnableSpotVM -equals true

pr:
Expand Down

0 comments on commit 9ab4181

Please sign in to comment.