python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Running .NET project Jasmine tests in Azure pipeline build server
There are some Jasmine unit tests inside the .NET Framework project, we could able to run the unit tests in Visual Studio-19 via ReSharper. We already have a Build server in Azure pipeline which is co...
Naveen
Votes: 0
Answers: 0
AzurePipeline failing due to: The reference assemblies for .NETFramework,Version=v4.6.1 were not found
I have an Azure pipeline setup for my builds. I have been running into this issue recently and cannot figure out a way to fix this:
##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MS...
ree6
Votes: 0
Answers: 2
Is there a way to define external checks on a GitHub PR?
When I open a PR on GitHub, several builds are triggered on our external build server, but because of build queuing, they can run at different times.
In the interim, however, I can merge my PR after e...
gregsdennis
Votes: 0
Answers: 0