We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63dab0d + d5c00bc commit 14488a3Copy full SHA for 14488a3
src/arcade/eng/common/init-tools-native.cmd
@@ -0,0 +1,3 @@
1
+@echo off
2
+powershell -NoProfile -NoLogo -ExecutionPolicy ByPass -command "& """%~dp0init-tools-native.ps1""" %*"
3
+exit /b %ErrorLevel%
src/arcade/eng/common/sdl/packages.config
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+ <package id="Microsoft.Guardian.Cli" version="0.199.0"/>
4
+</packages>
0 commit comments