We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f875193 commit f009821Copy full SHA for f009821
.github/workflows/dotnet.yml
@@ -3,6 +3,7 @@ name: Build
3
env:
4
DOTNET_NOLOGO: true
5
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
6
+ ASPNETCORE_ENVIRONMENT: github
7
BUILD_PATH: '${{github.workspace}}/artifacts'
8
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
9
0 commit comments