Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Baseflow/ExoPlayerXamarin
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
martijn00 committed Sep 2, 2022
2 parents 4bb0723 + 2d038fe commit de5a209
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
build:

env:
BUILD_CONFIG: 'Release'
SOLUTION: 'ExoPlayer.sln'

runs-on: windows-latest
Expand All @@ -30,7 +29,7 @@ jobs:
run: dotnet restore $SOLUTION

- name: Build
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore
run: dotnet build $SOLUTION --no-restore /p:Configuration=Release /p:Platform="Any CPU"

- name: Package nuget
run: dotnet pack $SOLUTION --configuration release -o:package

0 comments on commit de5a209

Please sign in to comment.