File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ platform: Any CPU
4
4
5
5
install :
6
6
- ps : $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
7
- # - ps: Update-AppveyorBuild -Version "$env:package_version"
8
7
- ps : Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
9
8
10
9
before_build :
11
10
- cmd : dotnet restore
12
- - cmd : set
13
11
14
12
build :
15
13
parallel : true
@@ -19,9 +17,9 @@ dotnet_csproj:
19
17
patch : true
20
18
file : ' **\*.csproj'
21
19
version : $(build_version)
22
- package_version : $(appveyor_build_version )
23
- # assembly_file_version: '{version}'
24
-
20
+ package_version : $(build_version )
21
+ # file_version: $(APPVEYOR_BUILD_VERSION)
22
+
25
23
artifacts :
26
24
- path : ' **\PfxToSnk.*.nupkg'
27
25
name : ' PfxToSnk'
You can’t perform that action at this time.
0 commit comments