We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4c0c5 commit e90048fCopy full SHA for e90048f
.github/workflows/build_all.yml
@@ -15,7 +15,6 @@ jobs:
15
runs-on: windows-latest
16
strategy:
17
matrix:
18
- dotnetversion: ['net8.0', 'net9.0']
19
projname: [ 'EIV_Core', 'EIV_Modules' ]
20
steps:
21
- name: Checkout
@@ -36,7 +35,7 @@ jobs:
36
35
run: dotnet nuget add source --name eiv_nuget $env:GITHUB_WORKSPACE/eiv_nuget
37
38
- name: Publish
39
- run: dotnet publish ${{ matrix.projname }}/${{ matrix.projname }}.csproj -c Release -f ${{ matrix.dotnetversion }} -o Out
+ run: dotnet pack ${{ matrix.projname }}/${{ matrix.projname }}.csproj -c Release -o Out
40
41
- name: Upload artifact
42
uses: actions/upload-artifact@v4
0 commit comments