Skip to content

Commit f80a4e8

Browse files
authored
Update vs2022.yml
Correct a typo in the product version
1 parent 42cbf26 commit f80a4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/vs2022.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ stages:
16731673
-p:SDK_ROOT=$(Pipeline.Workspace)/windows-sdk-$(arch)/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk
16741674
-p:IntermediateOutputPath=$(Agent.BuildDirectory)\
16751675
-p:OutputPath=$(Agent.BuildDirectory)\
1676-
-p:ProductVersion=${ parameters.ProductVersion }}
1676+
-p:ProductVersion=${{ parameters.ProductVersion }}
16771677
- publish: $(Agent.BuildDirectory)/sdk.msi
16781678
artifact: sdk-windows-$(arch)-msi
16791679
- publish: $(Agent.BuildDirectory)/runtime.msi

0 commit comments

Comments
 (0)