Skip to content

Commit

Permalink
Merge pull request #307 from tannergooding/main
Browse files Browse the repository at this point in the history
Disable publishing of nightly builds until the permissions issue can be resolved
  • Loading branch information
tannergooding committed Dec 2, 2021
2 parents f32212c + 6cc057a commit e98e19e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
if-no-files-found: error
publish-nightlies-github:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
if: false
needs: [ windows-x64, windows-x86, linux-x64, macos-x64, build-nuget-preview ]
steps:
- uses: actions/download-artifact@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</PropertyGroup>

<PropertyGroup Condition="'$(ContinuousIntegrationBuild)' == 'true'">
<IsPackable>false</IsPackable>
<PackAsTool>true</PackAsTool>
<RuntimeIdentifier></RuntimeIdentifier>
</PropertyGroup>
Expand Down

0 comments on commit e98e19e

Please sign in to comment.