Skip to content

Commit 375d5db

Browse files
committed
fix Appveyor
1 parent 5c6540d commit 375d5db

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

appveyor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,3 @@ deploy:
5656
artifact: 'NuGetPackages'
5757
on:
5858
APPVEYOR_REPO_TAG: true
59-
60-
- provider: NuGet
61-
server: https://www.myget.org/F/commandline/api/v2/package
62-
api_key:
63-
secure: hSatieECG8d1qvzcQejfzQH8vQa4W0GbXU10/xVXvL4dloo1vZMlCdHZbpZkLMNW
64-
artifact: 'NuGetPackages'
65-
symbol_server: https://www.myget.org/F/commandline/symbols/api/v2/package

src/CommandLine/CommandLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
<None Include="$(SolutionDir)LICENSE.md" Pack="true" PackagePath=""/>
4949
<None Include="$(SolutionDir)art\CommandLine20.png" Pack="true" PackagePath=""/>
5050
</ItemGroup>
51-
</Project>
51+
</Project>

0 commit comments

Comments
 (0)