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 1d29fcb commit ab5f460Copy full SHA for ab5f460
.github/workflows/dotnet-build.yml
@@ -24,11 +24,3 @@ jobs:
24
run: dotnet restore ./src/SteamWebAPI2.sln
25
- name: Build
26
run: dotnet build ./src/SteamWebAPI2.sln --no-restore
27
- - name: App Settings Variable Substitution
28
- uses: microsoft/variable-substitution@v1
29
- with:
30
- files: ./src/Steam.UnitTests/appsettings.json
31
- env:
32
- SteamWebApiKey: ${{ secrets.STEAM_WEB_API_KEY }}
33
- - name: Test
34
- run: dotnet test ./src --no-build --verbosity normal
0 commit comments