We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64259f7 commit 6a128dbCopy full SHA for 6a128db
1 file changed
.github/workflows/msbuild.yml
@@ -0,0 +1,29 @@
1
+name: CI
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
10
11
+jobs:
12
+ build:
13
+ runs-on: windows-latest
14
15
+ steps:
16
+ - uses: actions/checkout@v3
17
18
+ - name: Build
19
+ run: Src\Setup\__MakeFinal.bat
20
21
+ - uses: actions/upload-artifact@v3
22
+ with:
23
+ name: OpenShellSetup
24
+ path: Src/Setup/Final/OpenShellSetup_*.exe
25
26
27
28
+ name: Symbols
29
+ path: Src/Setup/Final/OpenShellPDB_*.7z
0 commit comments