Skip to content

Commit 4526766

Browse files
author
Justin Skiles
committed
Fixed appveyor build.
1 parent fa269ab commit 4526766

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ assembly_info:
1414
configuration: Release
1515

1616
build:
17-
project: SteamWebAPI2.sln
17+
project: src\SteamWebAPI2.sln
1818
publish_nuget: true
1919
include_nuget_references: true
2020

2121
cache:
22-
- packages -> **\packages.config
22+
- src\packages -> **\packages.config
2323

2424
before_build:
2525
- cmd: nuget restore
@@ -29,15 +29,4 @@ deploy:
2929
api_key:
3030
secure: vIHuOdB4aYJEqNACb3jjCg3m/qZLqpwYlruu8J0BOiX81lRrmussVEUqiWRBTrRQ
3131
skip_symbols: false
32-
artifact: /.*\.nupkg/
33-
34-
- provider: GitHub
35-
release: Release_$(appveyor_build_version)
36-
auth_token:
37-
secure: YgNJFFVi7XOW0w+JC+kk+Mnk649nsyfpW9Ssnj0wPNvPaiKW8fYlEXAvYPSmQjzm
38-
artifact: /.*\.nupkg/
39-
draft: false
40-
prerelease: false
41-
on:
42-
branch: master
43-
appveyor_repo_tag: true
32+
artifact: /.*\.nupkg/

0 commit comments

Comments
 (0)