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 42cbf26 commit f80a4e8Copy full SHA for f80a4e8
.azure/vs2022.yml
@@ -1673,7 +1673,7 @@ stages:
1673
-p:SDK_ROOT=$(Pipeline.Workspace)/windows-sdk-$(arch)/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk
1674
-p:IntermediateOutputPath=$(Agent.BuildDirectory)\
1675
-p:OutputPath=$(Agent.BuildDirectory)\
1676
- -p:ProductVersion=${ parameters.ProductVersion }}
+ -p:ProductVersion=${{ parameters.ProductVersion }}
1677
- publish: $(Agent.BuildDirectory)/sdk.msi
1678
artifact: sdk-windows-$(arch)-msi
1679
- publish: $(Agent.BuildDirectory)/runtime.msi
0 commit comments