Skip to content

Commit

Permalink
Updated the github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
deanhume committed Jul 24, 2024
1 parent ce3570b commit b6ed3f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ jobs:

strategy:
matrix:
configuration: [Debug, Release]
configuration: [Debug]

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: 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: HtmlMinifier.sln # Replace with your solution name, i.e. MyWpfApp.sln.
Test_Project_Path: HtmlMinifier.Tests\HtmlMinifier.Tests.csproj # 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.

steps:
- name: Checkout
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/dotnet.yml

This file was deleted.

0 comments on commit b6ed3f9

Please sign in to comment.