Skip to content

Commit

Permalink
added dotnet.yml for build
Browse files Browse the repository at this point in the history
Should build as intended now
  • Loading branch information
Rekperion committed Jul 11, 2023
1 parent a688cc0 commit 3397620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
uses: microsoft/setup-msbuild@v1.1
- name: Restore dependencies
run: dotnet restore TownSuite.TwainScanner.sln
- name: Build
Expand Down

0 comments on commit 3397620

Please sign in to comment.