Skip to content

Commit

Permalink
version after package
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Mar 27, 2024
1 parent 5146e7c commit 6c48746
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-nuget-package.yml
Expand Up @@ -180,11 +180,10 @@ jobs:
run: dotnet nuget push ./bin/Release/*.nupkg -s name

- name: Create new project and test
shell: bash
working-directory: ${{runner.workspace}}/test_nuget
run: |
dotnet new console
rm Program.cs
cp $GITHUB_WORKSPACE/examples/call_highs_from_csharp.cs .
dotnet add package --version=1.6.95 Highs -s ${{runner.workspace}}\nugets
dotnet add package Highs --version=1.6.95 -s ${{runner.workspace}}\nugets
dotnet run

0 comments on commit 6c48746

Please sign in to comment.