Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers authored Feb 1, 2021
1 parent b2001c9 commit a702ef4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ jobs:
dotnet-version: 3.1.101
- name: Build Api
run: dotnet build "Api/Api.csproj" --configuration Release --framework netcoreapp2.0
- name: Copy sample config file to allow for the build to succeed
uses: canastro/copy-file-action@master
with:
source: "UnitTestProject/App.sample.config"
target: "UnitTestProject/app.config"
- name: Build UnitTest
run: dotnet build "UnitTestProject/UnitTestProject.csproj" --configuration Release --framework netcoreapp3.1

0 comments on commit a702ef4

Please # to comment.