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.
1 parent c49b595 commit 405be02Copy full SHA for 405be02
.github/workflows/Build.yml
@@ -142,13 +142,13 @@ jobs:
142
dotnet nuget add source $AZURE_ARTIFACTS_URL --name AzureArtifacts --username genexuslabs --password ${{ secrets.AZURE_ARTIFACTS_TOKEN }}
143
144
echo "AZURE_ARTIFACTS_URL=$AZURE_ARTIFACTS_URL" >> $env:GITHUB_ENV
145
-
+
146
- name: Push packages
147
if: github.repository_owner == 'GeneXusLabs' && steps.buildVariables.outputs.SHOULD_DEPLOY == 'true'
148
env:
149
GPRFeedURL: https://nuget.pkg.github.com/genexuslabs/index.json
150
NuGetFeedURL: https://api.nuget.org/v3/index.json
151
- run: |
+ run: |
152
$IsPrerelease = [System.Convert]::ToBoolean($Env:IsPrerelease)
153
154
$totalPackages = 0
0 commit comments