Publish master builds again
This commit is contained in:
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@@ -52,5 +52,5 @@ jobs:
|
|||||||
- name: Content.IntegrationTests
|
- name: Content.IntegrationTests
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$env:COMPlus_gcServer=1
|
$env:DOTNET_gcServer=1
|
||||||
dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n
|
dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n
|
||||||
|
|||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -2,7 +2,7 @@ name: Publish
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ stable ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user