Skip to content

Commit

Permalink
test: Just speeding it up by skipping steps 🙂
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 6, 2024
1 parent eb67ea7 commit 0b71b88
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x.x
- name: Restore tools
run: dotnet tool restore
- name: Code formatting check
run: dotnet csharpier --check .
- name: Restore dependencies
run: dotnet restore DUI3-DX.slnf
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
# - name: Restore tools
# run: dotnet tool restore
# - name: Code formatting check
# run: dotnet csharpier --check .
- name: Build
run: dotnet msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false
run: msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0b71b88

Please sign in to comment.