Skip to content

Commit

Permalink
fix the Release folder to copy the resulting .dll from
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Feb 1, 2020
1 parent 93f8873 commit b2be41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ steps:
- task: CopyFiles@2
condition: eq( variables['Agent.OS'], 'Windows_NT' )
inputs:
sourceFolder: '$(Build.SourcesDirectory)/Release'
sourceFolder: '$(Build.SourcesDirectory)/agsget/agsget/EditorPlugin/AGS.Plugin.AgsGet/bin/x86/Release/net45/'
contents: 'AGS.Plugin.AgsGet.dll'
targetFolder: $(Build.ArtifactStagingDirectory)

Expand Down

0 comments on commit b2be41f

Please sign in to comment.