Skip to content

Commit a1ccdfc

Browse files
committed
Updating the task here to be a little less strict
1 parent 789c86a commit a1ccdfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines/PublishRoslynCopilot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extends:
2121
stages:
2222
- stage: Upload
2323
jobs:
24-
- deployment: Upload to server
24+
- job: UploadToServer
2525
displayName: Upload to server
2626
pool:
2727
name: netcore1espool-internal
@@ -30,7 +30,7 @@ extends:
3030
steps:
3131
- checkout: none
3232

33-
- download: current
33+
- download: CI
3434
artifact: deployables-Windows
3535
displayName: 'Download official build CI artifact'
3636

0 commit comments

Comments
 (0)