Fix build pipeline for now

This commit is contained in:
Lucas Girouard-Stranks
2020-08-18 18:42:58 -04:00
committed by GitHub
parent ccb543282c
commit 1137b269c3
+3 -5
View File
@@ -83,7 +83,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest]
os: [macos-latest]
steps:
@@ -132,12 +132,10 @@ jobs:
- name: "Test solution"
run: dotnet test '${{ env.SOLUTION_PATH }}' --nologo --verbosity normal --configuration Release --no-build
- name: "Pack solution (Ubuntu)"
if: matrix.os == 'ubuntu-latest'
- name: "Pack solution"
run: dotnet pack '${{ env.SOLUTION_PATH }}' --nologo --output './nuget-packages' --verbosity minimal --configuration Release --no-build -p:PackageVersion=${{ steps.version.outputs.nuGetVersion }}
- name: 'Upload packed artifacts (Ubuntu)'
if: matrix.os == 'ubuntu-latest'
- name: 'Upload packed artifacts'
uses: actions/upload-artifact@v2
with:
name: nuget-packages