mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
Fix build pipeline for now
This commit is contained in:
committed by
GitHub
parent
ccb543282c
commit
1137b269c3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user