Skip to content
This repository was archived by the owner on Apr 15, 2021. It is now read-only.

Commit e709584

Browse files
committed
build: Fix framework directories
1 parent 428f16f commit e709584

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
condition: and(succeeded(), eq(variables['buildConfiguration'], 'Release'))
7373
inputs:
7474
contents: |
75-
$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/*.exe
76-
$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/*.dll
77-
$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/*.config
75+
$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/net47/*.exe
76+
$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/net47/*.dll
77+
$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/net47/*.config
7878
$(System.DefaultWorkingDirectory)/README.md
79-
$(System.DefaultWorkingDirectory)/LICENSE.md
79+
$(System.DefaultWorkingDirectory)/LICENSE
8080
targetFolder: '$(Build.ArtifactStagingDirectory)/IntifaceCLIUnity'
8181
flattenFolders: true
8282
- task: ArchiveFiles@2

0 commit comments

Comments
 (0)