Skip to content

Commit

Permalink
removed android from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stijuh committed May 21, 2023
1 parent 1ad3a6f commit a6561d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build GainsTracker.ClientNative/GainsTracker.ClientNative.csproj -c Release -f net7.0-android --no-restore
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --verbosity normal --no-restore

0 comments on commit a6561d9

Please sign in to comment.