Skip to content

Commit

Permalink
use normal nuget?
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 8, 2024
1 parent aa076df commit 7a19ac6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x.x
- name: Add msbuild to PATH
- name: Setup MsBuild
uses: microsoft/setup-msbuild@v2
- uses: nuget/setup-nuget@v2
with:
nuget-version: '5.x'
- name: NuGet Restore
run: nuget restore DUI3-DX.slnf
# - name: Restore tools
# run: dotnet tool restore
# - name: Code formatting check
# run: dotnet csharpier --check .
- name: Restore projects
run: dotnet restore DUI3-DX.slnf
# - name: Restore projects
# run: dotnet restore DUI3-DX.slnf
- name: Build
run: msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false
- name: Upload artifacts
Expand Down

0 comments on commit 7a19ac6

Please sign in to comment.