Skip to content

Commit

Permalink
Testing the dotnet-desktop github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Keanen committed Jun 22, 2024
1 parent 61b220d commit a1154ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

env:
Solution_Name: your-solution-name # Replace with your solution name, i.e. MyWpfApp.sln.
Test_Project_Path: your-test-project-path # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
Wap_Project_Directory: your-wap-project-directory-name # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.
Solution_Name: NationalWeatherService.sln
Test_Project_Path: NationalWeatherService\NWS.WeatherDataService.Tests\NWS.WeatherDataService.Tests.csproj
Wap_Project_Directory: NationalWeatherService.Package
Wap_Project_Path: NationalWeatherService.Package\NationalWeatherService.Package.wapproj

steps:
- name: Checkout
Expand Down

0 comments on commit a1154ad

Please sign in to comment.