File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 5
5
# This pipeline builds the Wpf project, runs unit tests, then saves the MSIX build artifact.
6
6
name : Wpf Continuous Integration
7
7
8
+ # TODO: Remove block with comments that are not needed
9
+
10
+
8
11
# Trigger on every master branch push and pull request
9
12
on :
10
13
push :
35
38
Wap_Project_Name : MapCreationTool.Package.wapproj
36
39
Actions_Allow_Unsecure_Commands : true # Allows AddPAth and SetEnv commands
37
40
OutSubPath : net5.0-windows
41
+ ZipName : MapCreationTool # No file extension required
38
42
39
43
steps :
40
44
- name : Checkout
@@ -112,5 +116,5 @@ jobs:
112
116
113
117
with :
114
118
# Artifact name
115
- name : MapCreationTool6 # .zip will be added automatically
119
+ name : ${{ env.ZipName }} # .zip will be added automatically
116
120
path : MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/${{ env.Configuration }}/${{ env.OutSubPath }}/**/*.*
You can’t perform that action at this time.
0 commit comments