Skip to content

Commit

Permalink
Try to fix NuGet build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Popax21 committed Apr 22, 2024
1 parent b7ed91f commit 8382167
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4

- name: Cache Piton MSBuild tasks assembly
uses: actions/cache@v4
id: cache-msbuild-tasks
with:
path: |
msbuild/bin
msbuild/obj
key: piton-msbuild-tasks-${{ hashFiles('msbuild') }}
restore-keys: |
piton-msbuild-tasks-
- name: Build Piton MSBuild tasks
if: ${{ !steps.cache-msbuild-tasks.outputs.cache-hit }}
run: dotnet build -c Release -p:TreatWarningsAsErrors=true msbuild

- name: Download Piton apphost binaries
uses: actions/download-artifact@v4
with:
Expand Down
Binary file added out/Piton.1.0.0.nupkg
Binary file not shown.

0 comments on commit 8382167

Please sign in to comment.