Skip to content

Commit

Permalink
chore: Adjust android build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 4, 2024
1 parent b3a2098 commit 5206152
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/azure-static-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,9 @@ jobs:
useConfigFile: true
configFilePath: build/gitversion.yml

- name: Setup .NET SDK
uses: actions/[email protected]
with:
dotnet-version: '9.0.100-rc.2.24474.11'

- run: |
cd Uno.Gallery
dotnet publish -c Release -f net9.0-browserwasm "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}" /bl:../binlogs/output.binlog
dotnet publish -c Release -f net9.0-browserwasm -p:TargetFrameworkOverride=net9.0-browserwasm "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}" /bl:../binlogs/output.binlog
name: Build Gallery
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5206152

Please sign in to comment.