Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Dec 28, 2024
1 parent 238de8c commit 26bdc26
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,18 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Setup MSBuild v1
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet v2
uses: NuGet/setup-nuget@v2

- name: Setup MSBuild v1.1
uses: microsoft/setup-msbuild@v1.1

- name: Setup NuGet v2
uses: NuGet/setup-nuget@v2

- name: Restore Packages
run: nuget restore FriishProduce.sln

- name: Build solution
run: msbuild FriishProduce\FriishProduce.csproj -t:publish -property:Configuration=Release
run: msbuild FriishProduce\FriishProduce.csproj -t:rebuild -property:Configuration=Release

- name: Get current date
id: date
Expand Down

0 comments on commit 26bdc26

Please sign in to comment.