Azure Devops On Premises Using Windows #1683
-
|
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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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