File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 2
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3
3
4
4
name : .NET CI
5
-
5
+ env :
6
+ # Define your environment variables here
7
+ registryName : v4i27qdighim4mpnpreg.azurecr.io
8
+ repositoryName : techexcel/dotnetcoreapp
9
+ dockerFolderPath : /src/Application/src/RazorPagesTestSample
10
+ tag : github.run_number
11
+
6
12
on :
7
13
push :
8
14
branches : [ main ]
16
22
build :
17
23
18
24
runs-on : ubuntu-latest
19
-
20
- env :
21
- # Define your environment variables here
22
- registryName : v4i27qdighim4mpnpreg.azurecr.io
23
- repositoryName : techexcel/dotnetcoreapp
24
- dockerFolderPath : /src/Application/src/RazorPagesTestSample
25
- tag : github.run_number
26
-
25
+
27
26
steps :
28
27
- uses : actions/checkout@v3
29
28
- name : Setup .NET
You can’t perform that action at this time.
0 commit comments