File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
Wap_Project_Directory : MapCreationTool.Package
35
35
Wap_Project_Name : MapCreationTool.Package.wapproj
36
36
Actions_Allow_Unsecure_Commands : true # Allows AddPAth and SetEnv commands
37
- RuntimeIdentifier : win-${{ matrix.targetplatform }}
37
+ OutRuntimeIdentifier : win-${{ matrix.targetplatform }}
38
38
39
39
steps :
40
40
- name : Checkout
74
74
75
75
# Restore the application
76
76
- name : Restore the Wpf application to populate the obj folder
77
- run : msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier
77
+ run : msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:OutRuntimeIdentifier
78
78
env :
79
79
Configuration : Debug
80
80
@@ -147,6 +147,6 @@ jobs:
147
147
with :
148
148
# Artifact name
149
149
name : MapCreationTool6 # .zip will be added automatically
150
- path : MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/${{ env.Configuration }}/${{ env.RuntimeIdentifier }}/**/*.*
150
+ path : MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/${{ env.Configuration }}/${{ env.OutRuntimeIdentifier }}/**/*.*
151
151
152
152
You can’t perform that action at this time.
0 commit comments