Skip to content

Commit

Permalink
fox
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 18, 2023
1 parent b4f7416 commit 3b3d712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

# *********** REMOVE AFTER RELEASE **********************
- name: mkdir NuGet directory
run: mkdir -p ~/.nuget/NuGet/local-nuget
run: rm -rf ~/.nuget/NuGet/local-nuget && mkdir -p ~/.nuget/NuGet/local-nuget
continue-on-error: true

- name: Add local NuGet source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

# *********** REMOVE AFTER RELEASE **********************
- name: mkdir NuGet directory
run: mkdir -p ~/.nuget/NuGet/local-nuget
run: rm -rf ~/.nuget/NuGet/local-nuget && mkdir -p ~/.nuget/NuGet/local-nuget
continue-on-error: true

- name: Add local NuGet source
Expand Down

0 comments on commit 3b3d712

Please sign in to comment.