|
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 |
| - OutRuntimeIdentifier: win-${{ matrix.targetplatform }} |
| 37 | + OutSubPath: net5.0-windows |
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:OutRuntimeIdentifier |
| 77 | + run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier |
78 | 78 | env:
|
79 | 79 | Configuration: Debug
|
| 80 | + RuntimeIdentifier: win-${{ matrix.targetplatform }} |
80 | 81 |
|
81 | 82 | # Decode the Base64 encoded Pfx
|
82 | 83 | # - name: Decode the Pfx
|
@@ -107,46 +108,9 @@ jobs:
|
107 | 108 | # name: MSIX Package
|
108 | 109 | # path: ${{ env.Wap_Project_Directory }}\${{ env.App_Packages_Directory }}
|
109 | 110 |
|
110 |
| - - name: Upload a Build Artifact |
111 |
| - |
112 |
| - with: |
113 |
| - # Artifact name |
114 |
| - name: MapCreationTool1 #.zip will be added automatically |
115 |
| - path: MapCreationTool\MapCreationTool\**/*.* |
116 |
| - |
117 |
| - - name: Upload a Build Artifact |
118 |
| - |
119 |
| - with: |
120 |
| - # Artifact name |
121 |
| - name: MapCreationTool2 #.zip will be added automatically |
122 |
| - path: MapCreationTool/MapCreationTool/**/*.* |
123 |
| - |
124 |
| - - name: Upload a Build Artifact |
125 |
| - |
126 |
| - with: |
127 |
| - # Artifact name |
128 |
| - name: MapCreationTool3 #.zip will be added automatically |
129 |
| - path: MapCreationTool/MapCreationTool/bin/**/*.* |
130 |
| - |
131 |
| - - name: Upload a Build Artifact |
132 |
| - |
133 |
| - with: |
134 |
| - # Artifact name |
135 |
| - name: MapCreationTool4 #.zip will be added automatically |
136 |
| - path: MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/**/*.* |
137 |
| - |
138 |
| - - name: Upload a Build Artifact |
139 |
| - |
140 |
| - with: |
141 |
| - # Artifact name |
142 |
| - name: MapCreationTool5 #.zip will be added automatically |
143 |
| - path: MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/${{ env.Configuration }}/**/*.* |
144 |
| - |
145 | 111 | - name: Upload a Build Artifact
|
146 | 112 |
|
147 | 113 | with:
|
148 | 114 | # Artifact name
|
149 | 115 | name: MapCreationTool6 #.zip will be added automatically
|
150 |
| - path: MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/${{ env.Configuration }}/${{ env.OutRuntimeIdentifier }}/**/*.* |
151 |
| - |
152 |
| - |
| 116 | + path: MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/${{ env.Configuration }}/${{ env.OutSubPath }}/**/*.* |
0 commit comments