aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml41
1 files changed, 41 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 00000000..0b632755
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,41 @@
1name: Build WiX Toolset v4
2
3on:
4 push:
5 branches:
6 master
7 pull_request:
8 branches:
9 - master
10 - develop
11
12env:
13 DOTNET_NOLOGO: true
14 DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
15 DOTNET_CLI_TELEMETRY_OPTOUT: true
16 NUGET_XMLDOC_MODE: skip
17
18jobs:
19 build:
20 name: Build
21 runs-on: windows-latest
22 steps:
23 - name: Checkout code
24 uses: actions/checkout@v2
25
26 - name: Setup dotnet
27 uses: actions/setup-dotnet@v1
28 with:
29 dotnet-version: '5.0.x'
30
31 - name: Add MSBuild to PATH
32 uses: microsoft/setup-msbuild@v1.0.3
33
34 - name: Build wix4
35 run: build.cmd
36
37 - name: Save build
38 - uses: actions/upload-artifact@v2
39 with:
40 name: artifacts
41 path: build/artifacts/