mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-23 15:34:34 +00:00
Fix CI paths
This commit is contained in:
2
.github/workflows/dotnetcore.yml
vendored
2
.github/workflows/dotnetcore.yml
vendored
@@ -13,4 +13,4 @@ jobs:
|
||||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 3.1.300
|
||||
- run: dotnet run -p build/build.csproj
|
||||
- run: dotnet run -p src/build/build.csproj
|
||||
|
||||
@@ -12,7 +12,7 @@ nuget:
|
||||
disable_publish_on_pr: true
|
||||
|
||||
build_script:
|
||||
- ps: .\build.ps1
|
||||
- ps: dotnet run -p src/build/build.csproj
|
||||
|
||||
test: off
|
||||
|
||||
|
||||
Reference in New Issue
Block a user