Skip to main content

New answers tagged

0 votes

generate nuspec file for solution?

This is a very late coming answer, but I created a .nuspec file manually for my scenario that closely matches this question. I have a project of .NET assemblies, many with interdependencies, but can ...
David Hall's user avatar
-3 votes

UI tests on Android Emulator API 33 start but do not finish

The issue is likely caused by Google Play Services background processes and system animations/ANR handling being more aggressive in the standard google_apis images for API 33+. The reason your tests ...
LB-Devomation's user avatar
0 votes
Accepted

Modifying files during an Azure DevOps Build Validation pipeline keeps triggering re-runs

[skip-ci] or any other variant of it doesn't work for Build Validation runs by design: https://learn.microsoft.com/en-us/azure/devops/pipelines/repos/azure-repos-git?view=azure-devops&tabs=yaml#pr-...
Jakub Pokorny's user avatar
0 votes

Conditionally Set Environment Azure DevOps

- stage: approval_stage displayName: "👍 Approval Stage" condition: and(not(failed()), not(canceled()), not(contains(variables['Build.QueuedBy'], 'Build Service'))) jobs: - ...
Ericson Mattoso's user avatar
1 vote

How to programatically build and run a Beckhoff TwinCAT solution?

This is possible, though the documentation is a little hazy. Beckhoff calls this the "TwinCAT Automation Interface". You can read about it under TwinCAT 3 > Technologies > TE1000 | ...
Roberto's user avatar
  • 1,143
Best practices
0 votes
0 replies
0 views

How to build a .NET Android App in a Gitlab CI Pipeline

Turns out, it wasn't quite that simple. That build target does not seem to work, so java & android sdks need to be installed seperately: image: mcr.microsoft.com/dotnet/sdk:10.0 variables: ...
Squirrelkiller's user avatar

Top 50 recent answers are included