File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,19 +19,12 @@ jobs:
1919 version : $(SdkVersion)
2020 installationPath : $(Agent.ToolsDirectory)/dotnet
2121
22- - script : dotnet publish -c Release -r $(RuntimeID) -f $(TargetFramework) -o $(Build.BinariesDirectory ) --self-contained false
22+ - script : dotnet publish -c Release -r $(RuntimeID) -f $(TargetFramework) -o $(Build.StagingDirectory ) --self-contained false
2323 displayName : Build the tools
2424 env :
2525 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
2626
2727 - ${{ if in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'PullRequest') }} :
28- - task : CopyFiles@2
29- displayName : Stage artifacts
30- inputs :
31- sourceFolder : $(Build.BinariesDirectory)
32- contents : ' *'
33- targetFolder : $(Build.StagingDirectory)
34-
3528 - task : PublishBuildArtifacts@1
3629 displayName : Publish build artifacts
3730 inputs :
You can’t perform that action at this time.
0 commit comments