-
-
Notifications
You must be signed in to change notification settings - Fork 32
38 lines (31 loc) · 900 Bytes
/
dotnetcore.yml
File metadata and controls
38 lines (31 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: CI
on:
push:
branches:
- master
paths:
- 'src/**'
- 'ARM Template/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.200
- name: Build with dotnet
run: dotnet build ./src/WebAppSSLManager.sln --configuration Release
verify-arm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: ARM Template Toolkit (ARM TTK)
# You may pin to the exact commit or the version.
# uses: aliencube/arm-ttk-actions@6fa8c0ad67d034f6e274d5276fb492f7d263ae4a
uses: aliencube/arm-ttk-actions@v0.3
with:
# ARM Template file path to run the test. It can be either a directory or single file.
path: "./ARM` Template/template.json"