Global web icon
microsoft.com
https://techcommunity.microsoft.com/discussions/wi…
powershell to run git commit using PAT in Azure github pipelines
powershell to run git commit using PAT in Azure github pipelines I created a Personal Access Token for my repository and named it as 'PAT', created a variable called 'PATSecret' in my pipeline for the secret of PAT.
Global web icon
microsoft.com
https://techcommunity.microsoft.com/discussions/mi…
Update OpenSSL recommendation | Microsoft Community Hub
Git was one, some of the ones you listed and some of the ones listed in one of the other references. I download the most current version of OpenSSL for Windows using version 3.1.4 and copied out the libcrypto and libssl files into a separate folder.
Global web icon
microsoft.com
https://techcommunity.microsoft.com/discussions/az…
Azure GIT - can we get PR list between two tags
Azure GIT - can we get PR list between two tags Hi, We are looking for an API or a workaround to get the list of PRs between two tags ex: assume we have tag-1 from dev branch and after few PRs merged to the dev branch, we create tag-2. now I would like to retrieve the list of PRs happened between tag-1 and tag-2
Global web icon
microsoft.com
https://techcommunity.microsoft.com/discussions/az…
Pipeline command line git commit error: pathspec 'main' did not match ...
Hi all, I am running the following command line script to save exported dataverse solution in repo. git config user.email "email address removed for privacy reasons" git config user.name "User1" git checkout main git pull git add --all git commit -m "Test solution 1" echo push code to new repo git -c http.extraheader="AUTHORIZATION: bearer $ (System.AccessToken)" push origin main -f But the ...
Global web icon
microsoft.com
https://techcommunity.microsoft.com/discussions/on…
OneDrive is corrupting my Git repositories | Microsoft Community Hub
OneDrive is corrupting my Git repositories Hello, after a Windows 11 update (in 09/09/2023) my Git repositories in OneDrive folder were corrupted. I don't know exactly what file was damaged, but just after OneDrive finnishes syncing the .git folder, it becomes invalid for Git. When I try to access it I get the following message:
Global web icon
microsoft.com
https://techcommunity.microsoft.com/discussions/az…
Azure DevOps - How to modify files during a Build Pipeline execution ...
Azure DevOps Build Pipeline can provide several option, but sometime we need to change a part of content extracted from Source code management (e.g. Git) before execute another task. In my case, this case is to comment one specific declaration (#include) placed in couple of JavaScript files.
Global web icon
microsoft.com
https://techcommunity.microsoft.com/blog/sqlserver…
SQL Server Management Studio (SSMS) 21 is now generally available (GA)
The SQL Tools team is thrilled to announce the general availability of SQL Server Management Studio (SSMS) 21.  SSMS 21 GA brings a modern installation...
Global web icon
microsoft.com
https://techcommunity.microsoft.com/discussions/az…
Best practices for cherry picking changes into Production Branch?
Hi All, I am trying to determine the best way to cherry pick individual files and merge them into the Main branch where the production code...
Global web icon
microsoft.com
https://techcommunity.microsoft.com/discussions/az…
Azure Repos Extension for Visual Studio Code
It allows you to monitor your builds and manage your pull requests and work items for your TFVC or Git source repositories. The extension uses your local repository information to connect to either Azure DevOps Services or Team Foundation Server 2015 Update 2 (and later).
Global web icon
microsoft.com
https://techcommunity.microsoft.com/discussions/az…
GIT - Authentification Failed - Username and password
git clone 'https://USERNAME@sourcesrepository' I have the prompt following which asks me for the password, and there, it works, would you have an idea of the blocking?