Skip to content

Commit

Permalink
Merge pull request unoplatform#15352 from unoplatform/Youssef1313/was…
Browse files Browse the repository at this point in the history
…m-binlog

ci: Fix Wasm binlog publishing
  • Loading branch information
jeromelaban authored Feb 5, 2024
2 parents 0b961e5 + 2dfa5ee commit f46c814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/.azure-devops-wasm-uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
nugetPackages: $(NUGET_PACKAGES)

- bash: |
dotnet msbuild /r /nr:false /p:Configuration=Release src/SamplesApp/SamplesApp.Wasm/SamplesApp.Wasm.csproj /bl:$(build.artifactstagingdirectory)/build-wasm-uitest-net7-$(GitVersion.FullSemVer).binlog
dotnet msbuild /r /nr:false /p:Configuration=Release src/SamplesApp/SamplesApp.Wasm/SamplesApp.Wasm.csproj /bl:$(build.artifactstagingdirectory)/build-wasm-$(XAML_FLAVOR_BUILD)-uitest-net7-$(GitVersion.FullSemVer).binlog
displayName: 'Build sample app (net7.0)'
Expand Down

0 comments on commit f46c814

Please sign in to comment.