We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af4a07 commit d9c5938Copy full SHA for d9c5938
src/DotNetProjectStarter/LibraryTemplateConstants.cs
@@ -52,7 +52,7 @@
52
run: dotnet pack --no-build --configuration ${{ matrix.configuration }} -bl:artifacts/log/pack.binlog
53
54
- name: Upload NuGet Packages
55
- if: matrix.configuration == 'release' && matrix.os == 'ubuntu-latest'
+ if: matrix.configuration == 'release' && matrix.os == 'windows-latest'
56
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
57
with:
58
name: nuget-packages-${{ matrix.os }}_${{ matrix.configuration }}
@@ -97,7 +97,7 @@
97
jobs:
98
build-and-pack:
99
name: Build and Pack
100
- runs-on: ubuntu-latest
+ runs-on: windows-latest
101
102
steps:
103
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments