Skip to content

Commit

Permalink
chore: Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Jun 11, 2024
1 parent 72979c6 commit e5850a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ steps:
displayName: Install Windows SDK 17763

- task: MSBuild@1
env:
GITVERSION_FullSemVer: $(GITVERSION.FullSemVer)
inputs:
solution: src/Uno.Core.sln
msbuildArchitecture: x86
msbuildArguments: /r /p:Configuration=Release "/p:PackageOutputPath=$(build.artifactstagingdirectory)\vs2017" "/p:PackageVersion=%GITVERSION_SemVer%" "/p:InformationalVersion=%GITVERSION_InformationalVersion%" /detailedsummary
msbuildArguments: /r /p:Configuration=Release "/p:PackageOutputPath=$(build.artifactstagingdirectory)\vs2017" "/p:PackageVersion=%GITVERSION_FullSemVer%" "/p:InformationalVersion=%GITVERSION_InformationalVersion%" /detailedsummary
clean: false
maximumCpuCount: true
restoreNugetPackages: false
Expand Down

0 comments on commit e5850a8

Please sign in to comment.