Azure Devops On Premises Using Windows #1683
Answered
by
nvuillam
sam-infomentum
asked this question in
Q&A
|
Hi @nvuillam , we have a requirement to use Azure Devops on premises using a windows machine. Can you see any issues with the current SFDX-Hardis Azure pipelines with this configuration? |
Answered by
nvuillam
Jan 28, 2026
Replies: 1 comment
|
Hello @sam-infomentum , As all commands have been built and tested on Windows, I don't see how it could not work on a Windows Machine :) If you can configure the pipelines to use bash by default, you put all chances on your side ! (bash is available in git for windows) The only downside that you should see is... it will be slower, coz window is slower than linux, but you already know that :D |
0 replies
Answer selected by
sam-infomentum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @sam-infomentum ,
As all commands have been built and tested on Windows, I don't see how it could not work on a Windows Machine :)
If you can configure the pipelines to use bash by default, you put all chances on your side ! (bash is available in git for windows)
The only downside that you should see is... it will be slower, coz window is slower than linux, but you already know that :D