New answers tagged continuous-integration
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 ...
-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 ...
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-...
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: - ...
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 | ...
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: ...
Top 50 recent answers are included
Related Tags
continuous-integration × 14045jenkins × 2824
gitlab × 1328
continuous-deployment × 1260
git × 1046
azure-devops × 1025
github-actions × 927
docker × 913
github × 859
teamcity × 792
gitlab-ci × 777
java × 589
build × 561
hudson × 529
maven × 474
azure-pipelines × 471
devops × 456
ios × 454
azure-devops-server × 453
azure × 446
travis-ci × 432
msbuild × 425
jenkins-pipeline × 403
android × 377
python × 376