Skip to content

Commit 032eda8

Browse files
authored
Update appveyor.yml
1 parent b2e76d3 commit 032eda8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ platform: Any CPU
44

55
install:
66
- ps: $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
7-
# - ps: Update-AppveyorBuild -Version "$env:package_version"
87
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
98

109
before_build:
1110
- cmd: dotnet restore
12-
- cmd: set
1311

1412
build:
1513
parallel: true
@@ -19,9 +17,9 @@ dotnet_csproj:
1917
patch: true
2018
file: '**\*.csproj'
2119
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+
2523
artifacts:
2624
- path: '**\PfxToSnk.*.nupkg'
2725
name: 'PfxToSnk'

0 commit comments

Comments
 (0)