-
We recently updated our iOS project to build with Xcode 16, swift 5 mode (`SWIFT_VERSION = 5`). However our Azure CodeQL pipeline started to fail on database creation with `Library not loaded: @rpath/…
-
First off, thanks a lot for this project. I love the idea of it!
Could we make the `DevOps` project ID configurable? I believe it is exposing this string on this line: https://github.com/mlops-c…
-
The integration will be done
-
https://github.com/MicrosoftDocs/azure-docs/blob/b7c8dcda48f02e38d331adf7407a5dd3300ae667/articles/devops-project/azure-devops-project-vms.md?plain=1#L44
The second sentence at this line makes refe…
-
## Date
Thursday, 24th Oct 2024 - 15:30 BST
## Meeting notices
- FINOS **Project leads** are responsible for observing the FINOS guidelines for [running project meetings](https://community.fino…
Thels updated
1 month ago
-
### Describe the bug
Hello,
We successfully used ArtifactoryNpm@2 task in Azure DevOps pipeline for a long time until npm@9 arrived.
Currently, our tests fail because the ERR_INVALID_AUTH error.
…
-
- [x] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install)
**Output from `azd version`**
Run `azd version` and copy and paste the output here:
1.11.0
**Des…
-
### What is version of KubeSphere DevOps has the issue?
v3.3.0
### How did you install the Kubernetes? Or what is the Kubernetes distribution?
_No response_
### What happened?
"kapis/devops.kubes…
-
### What Roadmap is this project for?
DevOps Roadmap
### Project Difficulty
Intermediate
### Add Project Details
In this project, you are required to deploy Jenkins in a Kubernetes (**K3s**) clus…
-
I'm trying to create a python script to interact with Azure DevOps and I have problem with authentication. I don't want to use PAT.
This works but I noticed it is recommended to use `azure.identity` …