Skip to content

Commit 517ba15

Browse files
author
Christoph Bergmeister
committed
compile time expressions everywhere
1 parent 637b3bc commit 517ba15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines-ci/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stages:
4444
vmImage: windows-2019
4545
pwsh: false
4646
pool:
47-
vmImage: $[ variables['vmImage'] ]
47+
vmImage: ${{ variables['vmImage'] }}
4848
steps:
4949
- template: templates/test.yaml
5050
parameters:

.azure-pipelines-ci/templates/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
displayName: 'Test'
1414
inputs:
1515
targetType: inline
16-
pwsh: $[ parameters.pwsh ]
16+
pwsh: ${{ parameters.pwsh }}
1717
script: |
1818
Import-Module .\tools\appveyor.psm1
1919
Invoke-AppveyorTest -CheckoutPath $env:BUILD_SOURCESDIRECTORY

0 commit comments

Comments
 (0)