Skip to content

Commit 5a0fe4a

Browse files
committedMar 21, 2023
FIxed build Script
1 parent 16b7862 commit 5a0fe4a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎.github/workflows/Build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
while (Test-Path Alias:curl) {Remove-Item Alias:curl} #remove the alias binding from curl to Invoke-WebRequest
6464
curl "-u${{secrets.NEXUSAUTHENTICATION}}" -T bin\LemonTree.Pipeline.Tools.ModelCheck.exe $targetUrl
6565
66-
- name: Upload LemonTree.Pipeline.Tools.ModelCheck.exe
67-
if: github.ref == 'refs/heads/main'
68-
run: |
69-
$targetUrl = "${{env.NexusArtifactRepo}}/LemonTree.Pipeline.Tools.GetModelRoots"
70-
echo "Uploading LemonTree.Pipeline.Tools.GetModelRoots to Nexus: $targetUrl"
71-
while (Test-Path Alias:curl) {Remove-Item Alias:curl} #remove the alias binding from curl to Invoke-WebRequest
72-
curl "-u${{secrets.NEXUSAUTHENTICATION}}" -T bin\LemonTree.Pipeline.Tools.GetModelRoots.exe $targetUrl
66+
# - name: Upload LemonTree.Pipeline.Tools.GetModelRoots.exe
67+
# if: github.ref == 'refs/heads/main'
68+
# run: |
69+
# $targetUrl = "${{env.NexusArtifactRepo}}/LemonTree.Pipeline.Tools.GetModelRoots"
70+
# echo "Uploading LemonTree.Pipeline.Tools.GetModelRoots to Nexus: $targetUrl"
71+
# while (Test-Path Alias:curl) {Remove-Item Alias:curl} #remove the alias binding from curl to Invoke-WebRequest
72+
# curl "-u${{secrets.NEXUSAUTHENTICATION}}" -T bin\LemonTree.Pipeline.Tools.GetModelRoots.exe $targetUrl
7373

7474
- name: Run LemonTree Check Tool JET
7575
id: modelcheck

0 commit comments

Comments
 (0)
Please sign in to comment.