azure-artifacts

How do I uninstall “Microsoft .NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1”?

狂风中的少年 提交于 2019-12-18 10:22:13
问题 I'm having trouble uninstalling Microsoft .NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1 . I'm in Windows 7, in the Programs and Features window. When I click uninstall , it brings up a dialog box, with the options repair , uninstall , and cancel . When I click uninstall , a "Open file" window pops up. I've googled a bit to see if there's a file I can download to sate this "Open file" window. I can't find one anywhere. Here are a few of the things I have looked at, but I can't make sense of

Authenticating to VSTS Package Management

风流意气都作罢 提交于 2019-12-08 03:23:59
问题 The documentation shows connecting to a VSTS Package Management feed via either a CredentialProvider (which prompts for a username/password), or for a v2 feed saving the username/PAT in the nuget.config itself. I'd like to be able to pass in the credentials at build time on a build server (not VSTS Build). Is there a way to do this without having to manually log in to the build server and configure the CredentialProvider, or by committing the credentials in the nuget.config file to source

VSTS NuGet package feed authentication

允我心安 提交于 2019-12-07 21:48:54
问题 I'm currently setting up a VSTS account and have been testing a build that packs and pushes a NuGet package to the VSTS packages feed. I've added the feed url ( https://mycompany.pkgs.visualstudio.com/.../v3/index.json ) to the Visual Studio "Package Sources" settings, but when I go into (say) the "Manage NuGet Packages for Solution" dialog I am prompted for a username and password. I've tried downloading the credential provider (CredentialProvider.VSS.exe) from VSTS and have copied it to

How to to produce both release and pre-release packages from one nuspec in VSTS?

耗尽温柔 提交于 2019-12-06 15:42:36
Currently my build produces both packages having a newer version every time: Release: Automatic package versioning = Use the build number Pre-release: Additional build properties = Version=$(user.BuildFullVersion)-beta And the only one nuspec has a placeholder to version: <version>$version$</version> I want to increment version manually, that it - repetitive build would produce same version until I increment it manually. How can I achieve that still having single nuspec? Can I adjust package version in the pack tasks like this: Release: $(PackageVersion) = $(PackageVersion) Pre-release: $

Authenticating to VSTS Package Management

霸气de小男生 提交于 2019-12-06 13:45:05
The documentation shows connecting to a VSTS Package Management feed via either a CredentialProvider (which prompts for a username/password), or for a v2 feed saving the username/PAT in the nuget.config itself. I'd like to be able to pass in the credentials at build time on a build server (not VSTS Build). Is there a way to do this without having to manually log in to the build server and configure the CredentialProvider, or by committing the credentials in the nuget.config file to source control? This would be both for consuming packages and also for publishing new packages (that are

TFS CI Build - Update custom define variable after build is succeed

谁说我不能喝 提交于 2019-12-06 02:24:34
问题 We had set up my TFS CI Build, and we're managing one variable for our purposes to maintaining versioning, We want to update after every success build, any idea how to do so? I had written PowerShell script param([Int32]$currentPatchVersion) Write-Host "Current patch version "$currentPatchVersion $NewVersion=$currentPatchVersion + 1 Write-Host "New patch version "$NewVersion Write-Host ("##vso[task.setvariable variable=PackageVersion.Patch;]$NewVersion") but it just applies on the fly. I want

How to use Visual Studio Team Services as a NuGet feed in LINQPad

≯℡__Kan透↙ 提交于 2019-12-03 15:23:01
I am using LINQPad 5 and VSTS (visual studio team services) I have a NuGet feed (v3) in VSTS and I would like to use packages from there(private) in LINQPad I have tried using the personal access token from VSTS as the NuGet password in LINQPad I have tried putting the VSTS credential provider for nuget in AppData\Local\NuGet\CredentialProviders I have tried putting the VSTS credential provider for nuget in AppData\Local\LINQPad\NuGet\CredentialProviders I have tried using my VSTS username and password as the nuget credentials How is this done? Is there a bug in LINQPad? Is this not supported

Push multiple packages to private nuget (VSTS) with one command

扶醉桌前 提交于 2019-12-01 06:37:50
I'm trying to push multiple nuget packages at ONCE to private VSTS nuget server. I searched doco but could not find a batch Push command. I'm using the command below which seems to overwrite already existing nuget packages on VSTS. nuget push mynuget.nupkg -Source https://myvsts.pkgs.visualstudio.com/DefaultCollection/_packaging/SitecorePackages/nuget/v3/index.json -ApiKey VSTS UPDATE: I used the push *.nupkg however, I can see only the 8.1.x version pushed. Thanks. It's not possible to overwrite existing packages on VSTS. nuget.exe allows wildcards for push, so you could say nuget push *

Push multiple packages to private nuget (VSTS) with one command

一曲冷凌霜 提交于 2019-12-01 05:29:20
问题 I'm trying to push multiple nuget packages at ONCE to private VSTS nuget server. I searched doco but could not find a batch Push command. I'm using the command below which seems to overwrite already existing nuget packages on VSTS. nuget push mynuget.nupkg -Source https://myvsts.pkgs.visualstudio.com/DefaultCollection/_packaging/SitecorePackages/nuget/v3/index.json -ApiKey VSTS UPDATE: I used the push *.nupkg however, I can see only the 8.1.x version pushed. Thanks. 回答1: It's not possible to

How do I uninstall “Microsoft .NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1”?

放肆的年华 提交于 2019-11-29 20:32:20
I'm having trouble uninstalling Microsoft .NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1 . I'm in Windows 7, in the Programs and Features window. When I click uninstall , it brings up a dialog box, with the options repair , uninstall , and cancel . When I click uninstall , a "Open file" window pops up. I've googled a bit to see if there's a file I can download to sate this "Open file" window. I can't find one anywhere. Here are a few of the things I have looked at, but I can't make sense of which one may fit. https://www.microsoft.com/net/download The reason I'm trying to uninstall this is