Skip to content

Commit

Permalink
chore: Adjust dotnet build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Oct 3, 2023
1 parent ba5a555 commit 8fd69c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Validate sample app (mobile) - dotnet
run: |
dotnet /bl:.\logs\samples-dotnet.binlog samples\NewTemplate\Resizetizer.Extensions.Sample.Mobile\Resizetizer.Extensions.Sample.Mobile.csproj /p:AotAssemblies=false /p:WasmShellILLinkerEnabled=false
dotnet build samples\NewTemplate\Resizetizer.Extensions.Sample.Mobile\Resizetizer.Extensions.Sample.Mobile.csproj --no-incremental -bl:.\logs\samples-dotnet.binlog -p:AotAssemblies=false
- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 8fd69c6

Please sign in to comment.