We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd035b commit e17eb63Copy full SHA for e17eb63
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
run: nuget restore Snittlistan.sln
45
46
- name: Build
47
- run: msbuild build.build -t:All -p:Version=$env:BUILD_VERSION -p:WIX_PATH=$env:wix -p:RunTests:true
+ run: msbuild build.build -t:All -p:Version=$env:BUILD_VERSION -p:WIX_PATH=$env:wix -p:RunTests=true
48
49
- name: Push tag
50
id: tag
0 commit comments