azure-artifacts

VSTS Azure DevOps : Trying to Build and save only certain folders but everything from Project TFS Folder is getting built and deployed

最后都变了- 提交于 2020-12-15 04:18:00
问题 I'm trying to build and publish certain folders of a project and deploy them to remote server using Azure DevOps. My Copy files task and Archive copies everything from TFS instead of the content I want to build and deploy. The last two screenshots display the Build folder getting published and the last one is the folder which is supposed to be Published. 来源: https://stackoverflow.com/questions/64173144/vsts-azure-devops-trying-to-build-and-save-only-certain-folders-but-everything

VSTS Azure DevOps : Trying to Build and save only certain folders but everything from Project TFS Folder is getting built and deployed

爱⌒轻易说出口 提交于 2020-12-15 04:17:57
问题 I'm trying to build and publish certain folders of a project and deploy them to remote server using Azure DevOps. My Copy files task and Archive copies everything from TFS instead of the content I want to build and deploy. The last two screenshots display the Build folder getting published and the last one is the folder which is supposed to be Published. 来源: https://stackoverflow.com/questions/64173144/vsts-azure-devops-trying-to-build-and-save-only-certain-folders-but-everything

Publishing a nuget package to Azure Artifacts using Nuget.exe prompts for signin from browser

大憨熊 提交于 2020-07-23 06:41:05
问题 I used Nuget.exe to push a package to Azure artifacts. But, below command always prompts for browser login. The package was pushed successfully after login. I cannot automate the build with this behavior. How can I workaround this issue? nuget push ./out/MonoTorrent.1.0.39.nupkg -Source "https://pkgs.dev.azure.com/myacct/myproject/_packaging/myfeed/nuget/v3/index.json" -ApiKey "myapikey" -ConfigFile Nuget.config Nuget.Config <?xml version="1.0" encoding="utf-8"?> <configuration>

Publishing a nuget package to Azure Artifacts using Nuget.exe prompts for signin from browser

家住魔仙堡 提交于 2020-07-23 06:40:24
问题 I used Nuget.exe to push a package to Azure artifacts. But, below command always prompts for browser login. The package was pushed successfully after login. I cannot automate the build with this behavior. How can I workaround this issue? nuget push ./out/MonoTorrent.1.0.39.nupkg -Source "https://pkgs.dev.azure.com/myacct/myproject/_packaging/myfeed/nuget/v3/index.json" -ApiKey "myapikey" -ConfigFile Nuget.config Nuget.Config <?xml version="1.0" encoding="utf-8"?> <configuration>

Publishing a nuget package to Azure Artifacts using Nuget.exe prompts for signin from browser

冷暖自知 提交于 2020-07-23 06:39:11
问题 I used Nuget.exe to push a package to Azure artifacts. But, below command always prompts for browser login. The package was pushed successfully after login. I cannot automate the build with this behavior. How can I workaround this issue? nuget push ./out/MonoTorrent.1.0.39.nupkg -Source "https://pkgs.dev.azure.com/myacct/myproject/_packaging/myfeed/nuget/v3/index.json" -ApiKey "myapikey" -ConfigFile Nuget.config Nuget.Config <?xml version="1.0" encoding="utf-8"?> <configuration>

Azure Artifacts - Download a specific version of Universal artifact

北城余情 提交于 2020-07-23 06:20:37
问题 We are using azure devops for our CI/CD process. Many a times, in order to do some custom builds, we need to download the specific universal bundle from artifact repo. Is there a API to do the same ? Again the question is about downloading a specific version of universal artifact using API or python sdk. Similar to below question Azure Artifacts - Download a specific version of maven artifact 回答1: Unfortunately, there is no API exists to download Universal Package. I've noticed there is

Azure Artifacts - Download a specific version of Universal artifact

时间秒杀一切 提交于 2020-07-23 06:19:35
问题 We are using azure devops for our CI/CD process. Many a times, in order to do some custom builds, we need to download the specific universal bundle from artifact repo. Is there a API to do the same ? Again the question is about downloading a specific version of universal artifact using API or python sdk. Similar to below question Azure Artifacts - Download a specific version of maven artifact 回答1: Unfortunately, there is no API exists to download Universal Package. I've noticed there is

Push a NuGet package to VSTS with .NET CLI

为君一笑 提交于 2020-06-25 01:26:07
问题 I'm trying to publish a NuGet package to a private VSTS feed. I'd like to achieve that using only .NET CLI and without creating or modifying a nuget.config file. I've tried to do: dotnet nuget push <PackageName> --source https://XXX.pkgs.visualstudio.com/_packaging/YYY/nuget/v3/index.json --api-key <VSTS UserName>:<PersonalAccessToken> I get: error: Unable to load the service index for source https://XXX.pkgs.visualstudio.com/_packaging/YYY/nuget/v3/index.json. error: Response status code