mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-01-14 22:18:43 +00:00
Disable tests on Actions for now
This commit is contained in:
parent
312a73dc66
commit
154c4b8b18
10
.github/workflows/build-and-test.yml
vendored
10
.github/workflows/build-and-test.yml
vendored
@ -31,18 +31,18 @@ jobs:
|
|||||||
working-directory: ./Sources
|
working-directory: ./Sources
|
||||||
run: |
|
run: |
|
||||||
msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
|
msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
|
||||||
|
|
||||||
# Build package and upload to github packages
|
# Build package and upload to github packages
|
||||||
- name: Build package
|
- name: Build package
|
||||||
working-directory: ./Sources
|
working-directory: ./Sources
|
||||||
run: |
|
run: |
|
||||||
dotnet nuget add source --username Difegue --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Difegue/index.json"
|
dotnet nuget add source --username Difegue --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Difegue/index.json"
|
||||||
dotnet build $env:Solution_Name --configuration $env:Configuration
|
dotnet build $env:Solution_Name --configuration $env:Configuration
|
||||||
dotnet pack --configuration $env:Configuration -o ./
|
dotnet pack --configuration $env:Configuration -o ./
|
||||||
dotnet nuget push *.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"
|
dotnet nuget push *.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"
|
||||||
|
|
||||||
# Execute all unit tests in the solution
|
# Execute all unit tests in the solution
|
||||||
- name: Execute unit tests
|
#- name: Execute unit tests
|
||||||
working-directory: ./Sources
|
# working-directory: ./Sources
|
||||||
run: dotnet test
|
# run: dotnet test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user