This repository was archived by the owner on May 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ os: Visual Studio 2017
55pull_requests :
66 do_not_increment_build_number : true
77
8- environment :
9- # Set the DOTNET_SKIP_FIRST_TIME_EXPERIENCE environment variable to stop wasting time caching packages
10- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
11- # Disable sending usage data to Microsoft
12- DOTNET_CLI_TELEMETRY_OPTOUT : true
13-
148# Override the 'version' if this is a GH-tag-commit -or- this is a custom branch (i.e not 'master').
159init :
1610 - ps : |
@@ -29,7 +23,7 @@ before_build:
2923 - cmd : dotnet --info
3024
3125build_script :
32- - ps : nuget pack src\\Homely.AspNetCore.WebApi.Template.nuspec
26+ - ps : nuget pack src\\Homely.AspNetCore.WebApi.Template.nuspec -version $env:APPVEYOR_BUILD_VERSION
3327
3428test : off
3529
@@ -46,6 +40,7 @@ deploy:
4640 secure : Hjh+3kM8vuQOP1NCxEMJA85F4ieaRNNWxGo+I4dxxYAZdjaHLy7tVmxw7lLmqDke
4741 artifact : homely-nugets
4842 on :
43+ branch : master
4944 appveyor_repo_tag : false
5045 - provider : NuGet
5146 name : production
You can’t perform that action at this time.
0 commit comments