Skip to content

Commit ab5f460

Browse files
committed
GitHub Actions
1 parent 1d29fcb commit ab5f460

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,3 @@ jobs:
2424
run: dotnet restore ./src/SteamWebAPI2.sln
2525
- name: Build
2626
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

Comments
 (0)