Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tajbender authored Aug 4, 2024
1 parent 2e183b5 commit 80dc19f
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 @@ -52,12 +52,12 @@ jobs:
matrix:
configuration: [Release]

runs-on: windows-latest # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
runs-on: windows-latest # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

env:
Solution_Name: "src/electrifier/electrifier.sln"
Test_Project_Path: "src/electrifier.Tests.MSTest/electrifier.Tests.MSTest.csproj"
Solution_Name: "src/electrifier/electrifier.sln"
Test_Project_Path: "src/electrifier.Tests.MSTest/electrifier.Tests.MSTest.csproj"
Wap_Project_Directory: "bin/AppPackages"

steps:
Expand Down

0 comments on commit 80dc19f

Please sign in to comment.