File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ------------------------------------------------------------------------------
2
+ # <auto-generated>
3
+ #
4
+ # This code was generated.
5
+ #
6
+ # - To turn off auto-generation set:
7
+ #
8
+ # [GitHubActions (AutoGenerate = false)]
9
+ #
10
+ # - To trigger manual generation invoke:
11
+ #
12
+ # nuke --generate-configuration GitHubActions_continous-integration --host GitHubActions
13
+ #
14
+ # </auto-generated>
15
+ # ------------------------------------------------------------------------------
16
+
17
+ name : continous-integration
18
+
19
+ on :
20
+ push :
21
+ branches :
22
+ - master
23
+ pull_request :
24
+ branches :
25
+ - *
26
+
27
+ jobs :
28
+ ubuntu-latest :
29
+ name : ubuntu-latest
30
+ runs-on : ubuntu-latest
31
+ steps :
32
+ - uses : actions/checkout@v1
33
+ - name : Run './build.cmd ContinousIntegration'
34
+ run : ./build.cmd ContinousIntegration
35
+ env :
36
+ NugetApiKey : ${{ secrets.NugetApiKey }}
You can’t perform that action at this time.
0 commit comments