Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions conda_smithy/templates/azure-pipelines-win.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
- job: win
{{ azure_yaml|indent(2) }}
steps:
# enabled dev mode to allow symlink
- displayName: enable dev mode
powershell: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"

{%- if clone_depth is not none %}
- checkout: self
fetchDepth: {{ clone_depth }}
Expand Down
23 changes: 23 additions & 0 deletions news/enable-azure-win-dev-mode.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Enable Windows Developer Mode in Azure Pipelines to allow symlink.

**Security:**

* <news item>