Skip to content

Commit

Permalink
versions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Mar 27, 2024
1 parent b86fd84 commit c38834f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-nuget-package.yml
Expand Up @@ -185,8 +185,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs
with: version: '1.6.95'
run: dotnet pack -c Release /p:Version=$version
run: dotnet pack -c Release /p:Version=1.6.95

- uses: actions/upload-artifact@v4
with:
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/test-nuget-package.yml
Expand Up @@ -35,8 +35,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs
with: version: '1.6.95'
run: dotnet pack -c Release /p:Version=$version
run: dotnet pack -c Release /p:Version=1.6.95

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -82,8 +81,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs
with: version: '1.6.95'
run: dotnet pack -c Release /p:Version=$version
run: dotnet pack -c Release /p:Version=1.6.95

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -126,8 +124,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs
with: version: '1.6.95'
run: dotnet pack -c Release /p:Version=$version
run: dotnet pack -c Release /p:Version=1.6.95

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -172,8 +169,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs
with: version: '1.6.95'
run: dotnet pack -c Release /p:Version=$version
run: dotnet pack -c Release /p:Version=1.6.95

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

0 comments on commit c38834f

Please sign in to comment.