Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0671bc4

Browse files
committedApr 26, 2024··
fixing action errors
1 parent d7ea450 commit 0671bc4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎.github/workflows/dotnet_push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Configure Nuget Source - configure
2929
run: |
30-
dotnet nuget update source github -s "https://nuget.pkg.github.com/xcaciv/index.json" -u xcaciv -p ${{ secrets.NUGET_PAT }} --store-password-in-clear-text --configfile $env:Nuget_Config_Path
30+
dotnet nuget add source "https://nuget.pkg.github.com/xcaciv/index.json" -n github -u xcaciv -p ${{ secrets.NUGET_PAT }} --store-password-in-clear-text
3131
- name: Restore dependencies
3232
run: dotnet restore $env:Solution_Name
3333

‎Xcaciv.Command.sln

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ EndProject
1717
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B6212A8E-CCFE-492A-95E3-2AAD25970292}"
1818
ProjectSection(SolutionItems) = preProject
1919
src\Directory.Packages.props = src\Directory.Packages.props
20-
NuGet.config = NuGet.config
2120
EndProjectSection
2221
EndProject
2322
Global

0 commit comments

Comments
 (0)
Please sign in to comment.