Skip to content

Commit e98e19e

Browse files
Merge pull request #307 from tannergooding/main
Disable publishing of nightly builds until the permissions issue can be resolved
2 parents f32212c + 6cc057a commit e98e19e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
if-no-files-found: error
127127
publish-nightlies-github:
128128
runs-on: ubuntu-latest
129-
if: ${{ github.event_name == 'push' }}
129+
if: false
130130
needs: [ windows-x64, windows-x86, linux-x64, macos-x64, build-nuget-preview ]
131131
steps:
132132
- uses: actions/download-artifact@v2

sources/ClangSharpPInvokeGenerator/ClangSharpPInvokeGenerator.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(ContinuousIntegrationBuild)' == 'true'">
10-
<IsPackable>false</IsPackable>
1110
<PackAsTool>true</PackAsTool>
1211
<RuntimeIdentifier></RuntimeIdentifier>
1312
</PropertyGroup>

0 commit comments

Comments
 (0)