Skip to content

Commit

Permalink
Disable Linux build due to unknown errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Marusyk committed Jan 2, 2022
1 parent e477800 commit f6a5aac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ jobs:
with:
target: Test

build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x

- name: Cake Action
uses: cake-build/[email protected]
with:
target: Test
# build-linux:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2

# - name: Setup .NET
# uses: actions/setup-dotnet@v1
# with:
# dotnet-version: 6.0.x

# - name: Cake Action
# uses: cake-build/[email protected]
# with:
# target: Test
1 change: 0 additions & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Cake Action
uses: cake-build/[email protected]
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
NUGET_API_URL: ${{ secrets.NUGET_API_URL }}
with:
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Task("UploadTestReport")
});

Task("NuGetPack")
.IsDependentOn("UploadTestReport")
.IsDependentOn("Test")
.Does(() =>
{
DotNetPack(projectFileMain, new DotNetCorePackSettings
Expand Down

0 comments on commit f6a5aac

Please sign in to comment.