Skip to content

Commit

Permalink
Work around for GitVersion: GitTools/GitVersion#2063 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
SacredSkull committed May 7, 2020
1 parent dd20209 commit 1d1ff7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: dotnet build -c Release -v minimal
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
MSBUILDSINGLELOADCONTEXT: 1
- name: Unit tests
run: cd TidalTests && dotnet test --collect:"XPlat Code Coverage" -r coverage --settings test.runsettings
- name: Prep coverage
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: dotnet pack -c Release TidalUSDKR
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
MSBUILDSINGLELOADCONTEXT: 1
- name: Publish NuGet
run: cd TidalUSDK/bin/Release/ && for pkg in *.nupkg; do dotnet nuget push $pkg -k $nuget_api_key -s https://api.nuget.org/v3/index.json; done
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/setup-dotnet@v1
- name: Build
run: dotnet build -c Release -v minimal
env:
MSBUILDSINGLELOADCONTEXT: 1
- name: Unit tests
run: cd TidalTests && dotnet test --collect:"XPlat Code Coverage" -r coverage --settings test.runsettings
- name: Prep coverage
Expand Down

0 comments on commit 1d1ff7a

Please sign in to comment.