File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
version : 1.0.{build}
2
- image : Visual Studio 2019
3
- configuration : Release
4
- platform : Any CPU
2
+
5
3
assembly_info :
6
4
patch : true
7
5
file : SolutionAssemblyInfo.cs
8
6
assembly_version : ' {version}'
9
7
assembly_file_version : ' {version}'
10
8
assembly_informational_version : ' {version}'
9
+
11
10
dotnet_csproj :
12
11
patch : true
13
12
file : ' Flow.*\*.csproj'
@@ -16,11 +15,20 @@ dotnet_csproj:
16
15
assembly_version : ' {version}'
17
16
file_version : ' {version}'
18
17
informational_version : ' {version}'
18
+
19
+ skip_commits :
20
+ files :
21
+ - ' *.md'
22
+
23
+ image : Visual Studio 2019
24
+ platform : Any CPU
25
+ configuration : Release
19
26
before_build :
20
27
- ps : nuget restore
21
28
build :
22
29
project : Flow.Launcher.sln
23
- after_test :
30
+ verbosity : minimal
31
+
24
32
artifacts :
25
33
- path : ' Output\Packages\*'
26
34
- path : ' Output\Release\Flow.Launcher.Plugin.*.nupkg'
You can’t perform that action at this time.
0 commit comments