Skip to content

Commit

Permalink
(build) Add dotnet cli environment variables
Browse files Browse the repository at this point in the history
So that they match what is set in the build.ps1/sh files.  These aren't
being respected, since the script is being invoked through the Cake
extension for GitHub Actions.
  • Loading branch information
gep13 committed Mar 6, 2021
1 parent 6eed435 commit 1adfb1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
SIGNING_USER: ${{ secrets.SIGNING_USER }}
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
CHOCOLATEY_SOURCE: ${{ secrets.CHOCOLATEY_SOURCE }}
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX: 2
steps:
- name: Setup dotnet 3.1.x
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 1adfb1f

Please sign in to comment.