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 372dcb0 commit b9ecba3Copy full SHA for b9ecba3
.github/workflows/build.yml
@@ -41,10 +41,10 @@ jobs:
41
run: dotnet pack ${{ matrix.solution }} --no-build -c Release -o ./publish
42
43
- name: Create Source Packages
44
+ if: ${{ matrix.os == 'windows-latest' }}
45
shell: pwsh
46
working-directory: .
47
run: ./MakeSourcePackages.ps1
- if: ${{ matrix.os == windows-latest }}
48
49
- name: Create packages artifact
50
uses: actions/upload-artifact@v2
0 commit comments