Skip to content

Commit

Permalink
win source name
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Mar 26, 2024
1 parent c1b5c2b commit bee6211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-nuget-package.yml
Expand Up @@ -172,12 +172,12 @@ jobs:
run: dotnet pack -c Release

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
run: dotnet nuget add source -n name ${{runner.workspace}}/nugets

- name: Dotnet push to local feed
working-directory: ${{runner.workspace}}/build/dotnet/Highs
shell: bash
run: dotnet nuget push ./bin/Release/*.nupkg -s ${{runner.workspace}}/nugets
run: dotnet nuget push ./bin/Release/*.nupkg -s name

- name: Create new project and test
shell: bash
Expand Down

0 comments on commit bee6211

Please sign in to comment.