File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Checkout code
16
16
uses : actions/checkout@v2
17
+ with :
18
+ fetch-depth : 0
17
19
18
20
- name : Run Script
19
21
shell : pwsh
20
22
run : |
21
23
.\build.ps1 --target=BuildAndTest
24
+
25
+ - name : checking GitTool version
26
+ run : dotnet gitversion --version
Original file line number Diff line number Diff line change 1
1
# queo-commons ModelBuilder (TestDataBuilder)
2
2
3
- [ ![ Pipeline] ( https://github.com/queoGmbH/csharp-commons.builder.model/actions/workflows/main.yml/badge.svg )] ( https://github.com/queoGmbH/csharp-commons.builder.model/actions/workflows/main.yml )
4
-
5
- > ** WORK IN PROGRESS**
3
+ [ ![ Test] ( https://github.com/queoGmbH/csharp-commons.builder.model/actions/workflows/main.yml/badge.svg )] ( https://github.com/queoGmbH/csharp-commons.builder.model/actions/workflows/main.yml )
6
4
7
5
### Cake Pipeline
8
6
9
7
- use ` ./build.ps1 ` to run the cake-pipeline
8
+ - ` --target=Default ` Default target with test, publish and upload artifacts
9
+ - ` --target=BuildAndTest ` Building and running tests only
10
+ - ` --target=BuildPackage ` Publish the version to nuget
10
11
- to change the _ dotnet version_ used for the build adjust 2 things
11
12
1 . sdk version in ` global.json `
12
13
2 . sdk version in ` build.config `
You can’t perform that action at this time.
0 commit comments