I have some test date in files setup for my test cases. I have these as embedded resource setup which are copied when newer in visual studio. however, when I run my tests through bitbucket pipeline I...
Can someone please help me and provide me the sample pipeline to build my .NET Framework 4.8 solution project? Thank you so much.
I'm trying to integrate trelloapi with asp.net app, I followed the instruction mentioned in the following link Authorization and I got my access token successfully using this url (https://trello...
...opy some extra file and folders that contains .md file in checkout branch. . . . //Code to add .md files using git command bitbucketService.ExecuteGitWindowsCommand(mainDirectory, @$"add *"); public...
Hi, I have the following issue. I have a solution in net 8 and within it I have a database project (.sqlproj) and when I run the pipeline it shows me the error that I share with you in the image. In ...
I am trying to install SourceTree but I am getting an error that I need .Net 4.8.1 I have .Net 8.0 installed on my computer. Shouldn't SourceTree be able to work with a newer version of .Net?
....DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon wurde nicht gefunden. Im Modul wurde ein Assemblymanifest erwartet. bei NuGet.LocalPackage...
Hi everyone, I'm trying to write my first pipeline. The .yml is quite simple. The only purpose is to run tests, without any deploy. pipelines: default: - step: &n...
I have set up a local windows runner.... However I can not get the proper YAML to initializae the Visual Studio Environment so that I can build solutions with: - DevEnv.exe MySolution File... ...
I am following these instructions for using artifacts from one step to another, but I am not seeing my artifact either in the creator or consumer step. definitions: steps: - step...
Hallo Community, In my company we are using Bitbucket pipelines and most of the time they work fine. But i have a problem with a pipeline that uses this image: "image: mcr.microsoft.com/dotnet/sd...
Hello, I'm currently devloping a .NET application to create stories so I'm using the Atlassian.NET SDK but I keep getting the same error. Does anyone know how to fix it ?
we have a tool we use that extracts project and Epic details from TFS, now migrating all that to Jira cloud. I am planning to use the .NET SDK to do this and have made some progress making t...
I could not find any docs about that. May be somebody know extensions for that or any libraries
hi , I have a multiple .net core api project (microservices) in single solution. Now, I just need a help how can I publish all microservices in their specefic ftp address through bitbucket pipeline. ...
I am trying to publish .net package to MyGet I see that the nupkg is successfully created: Successfully created package '/opt/atlassian/pipelines/agent/build/src/ProjectFolder/bin/Debug/MyName.1.0....
I have a Winforms .NET application. I want to raise Jira tickets on encountering errors in the application. I believe I will have to add a web reference to the project. To add the web reference I nee...
I Need use the pipeline for .NET 6
How can I use the latest version of the nuget tool when restoring the packages of a .NET 6 project? I noticed it is using old version that is preventing to restore successfully all my project package...
Hello Community, I am getting this error from a pipeline that performs rest calls to Microsoft Graph. Any help how this can be solved? Happy new year 2022! Luis ClientAuthError: endpoint...
I migrated my Windows application from .NET Framework 4.0 to .NET Framework 4.8. It builds fine locally with 4.0 and 4.8. When Bamboo tries to build it, 4.0 works but with 4.8, I get the error "The r...
Exploring bitbucket pipeline to create a CI/CD for a .net 5.0 microservice project. Please find the .yml file below pipelines: branches: POR-2191: - step: ...
Hello, experts: I'm developing a NET Core web application that connects with Jira Cloud API. I was able to log in using https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/ (ju...
We use Atlassian.Stash - C# API wrapper for Atlassian Stash, version v4.0.30319 C# .Net 4.8, Windows 10/1909 We migrated from Bitbucket Server to Bitbucket org, and have the error: U...
Hi, is there a good and maintained plugin for Bitbucket Server to navigate code with CTRL+Click for .Net (C# + VB.Net) ? I found Code Navigation for Bitbucket | Atlassian Marketplace ...
Copied to clipboard