File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ jobs:
63
63
while (Test-Path Alias:curl) {Remove-Item Alias:curl} #remove the alias binding from curl to Invoke-WebRequest
64
64
curl "-u${{secrets.NEXUSAUTHENTICATION}}" -T bin\LemonTree.Pipeline.Tools.ModelCheck.exe $targetUrl
65
65
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
73
73
74
74
- name : Run LemonTree Check Tool JET
75
75
id : modelcheck
You can’t perform that action at this time.
0 commit comments