Skip to content

Commit 239ce4d

Browse files
committed
Update yml
1 parent 68bf9bb commit 239ce4d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ dotnet_csproj:
99
assembly_version: '{version}'
1010
file_version: '{version}'
1111
informational_version: '{version}'
12-
nuget:
13-
disable_publish_on_pr: true
12+
before_build:
1413
- pwsh: nuget restore src/Rhyous.StringLibrary.sln
1514
build:
1615
project: src/Rhyous.StringLibrary.sln
@@ -19,6 +18,8 @@ test:
1918
categories:
2019
except:
2120
- slow
21+
nuget:
22+
disable_publish_on_pr: true
2223
artifacts:
2324
- path: '**\*.nupkg'
2425
deploy:

0 commit comments

Comments
 (0)