Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodsderechte committed Oct 15, 2023
2 parents 31f77c8 + 9c8d170 commit f4833df
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
env:
Solution_Name: DiscordQueryBot.sln # Replace with your solution name, i.e. MyWpfApp.sln.
Test_Project_Path: DiscordQueryBot/ # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
Wap_Project_Directory: DiscordQueryBot/ # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
Wap_Project_Path: DiscordQueryBot/ # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.
Wap_Project_Directory: DiscordQueryPackaging/ # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
Wap_Project_Path: DiscordQueryPackaging/ # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.

steps:
- name: Checkout
Expand All @@ -75,7 +75,19 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x


- name: Install dependencies
run: dotnet add package A2S
- name: Install dependencies
run: dotnet add package Discord.Net
- name: Install dependencies
run: dotnet add package LightDB
- name: Install dependencies
run: dotnet add package LiteDB
- name: Install dependencies
run: dotnet add package SteamStorefrontAPI
- name: Install dependencies
run: dotnet add package Microsoft.Windows.SDK.BuildTools
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
Expand Down

0 comments on commit f4833df

Please sign in to comment.