Skip to content

Commit

Permalink
updated NuGet link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Jan 4, 2017
1 parent d951008 commit 92becb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Google Test Adapter can be installed in three ways:

* Install through the Visual Studio Gallery at *Tools/Extensions and Updates* - search for *Google Test Adapter*. This will make sure that the extension is updated automatically
* Download and launch the [VSIX installer](https://github.com/csoltenborn/GoogleTestAdapter/releases/download/v0.8.0/GoogleTestAdapter-0.8.0.vsix) (which can also be downloaded from the [Visual Studio Gallery](https://visualstudiogallery.msdn.microsoft.com/94c02701-8043-4851-8458-34f137d10874))
* Add a NuGet dependency to the [Google test adapter nuget package](https://www.nuget.org/packages/TODO) to your Google Test projects. Note, however, that Visual Studio integration is limited this way: VS can discover and run tests, but no options or toolbar will be available; configuration is only possible through solution config files (see below).
* Add a NuGet dependency to the [Google test adapter nuget package](https://www.nuget.org/packages/GoogleTestAdapter/) to your Google Test projects. Note, however, that Visual Studio integration is limited this way: VS can discover and run tests, but no options or toolbar will be available; configuration is only possible through solution config files (see below).

After restarting VS, your tests will be displayed in the Test Explorer at build completion time. If no or not all tests show up, have a look at the [trouble shooting section](#trouble_shooting).

Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ deploy:
api_key:
secure: rx+/6IsV+rGqz6/fd3QD6nag41KxW+iGxMTq7Hm3cV03r/TRUub8R6xJA9TjW0mG
skip_symbols: true
# artifact: /.*\.nupkg
# artifact: GoogleTestAdapter/VsPackage/bin/$(configuration)/GoogleTestAdapter\..*\.nupkg
on:
branch: master
appveyor_repo_tag: true

0 comments on commit 92becb2

Please sign in to comment.