We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 305f813 + ac96657 commit 48cf878Copy full SHA for 48cf878
.github/workflows/publish-recipe.yml
@@ -27,8 +27,4 @@ jobs:
27
CHOCO_API_KEY: ${{ secrets.PUBLISH_CHOCOLATEY_ORG }}
28
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_CP }}
29
30
- # TODO:
31
- # 1. Change target to Publish for publishing dev builds on MyGet. DONE
32
- # 2. Figure out process for creating the draft release.
33
- # 3. Change Target to ContinuousIntegration for full release.
34
- run: dotnet cake --target=Publish
+ run: dotnet cake --target=ContinuousIntegration
0 commit comments