File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,28 @@ init:
11
11
- ps : $env:GIT_HASH=$env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
12
12
- ps : If ("$env:APPVEYOR_REPO_TAG" -ne "true") { $env:VERSION_SUFFIX="pre" }
13
13
- ps : ' Write-Output "Version: $($env:APPVEYOR_BUILD_VERSION)-$($env:VERSION_SUFFIX)"'
14
- - nuget sources add -name Foundatio -source https://ci.appveyor.com/nuget/foundatio
15
14
16
15
before_build :
17
16
- ps : .\build\Set-BuildVersion -Version $env:APPVEYOR_BUILD_VERSION -Suffix $env:VERSION_SUFFIX
17
+ - nuget sources add -name Exceptionless -source https://www.myget.org/F/exceptionless/api/v3/index.json
18
18
- appveyor-retry dotnet restore -v Minimal
19
19
20
20
build_script :
21
21
- dotnet build -c Release
22
- - dotnet pack -c Release
22
+
23
+ # on_failure:
24
+ # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
25
+
26
+ after_test :
27
+ - ps : dotnet pack -c Release
23
28
24
29
artifacts :
25
30
- path : artifacts\*.nupkg
26
- name : ReleaseArtifacts
27
-
28
- nuget :
29
- project_feed : true
30
- disable_publish_on_pr : true
31
+ name : NuGet
31
32
32
33
deploy :
34
+ - provider : Environment
35
+ name : MyGet
33
36
- provider : Environment
34
37
name : NuGet
35
38
on :
You can’t perform that action at this time.
0 commit comments