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.
1 parent 33acde1 commit 33e5de2Copy full SHA for 33e5de2
install-vsix-appveyor.ps1
@@ -1,4 +1,9 @@
1
$vsixPath = "$($env:USERPROFILE)\nanoFramework.Tools.VS2017.Extension.vsix"
2
(New-Object Net.WebClient).DownloadFile('https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vs-publisher-1470366/vsextensions/nanoFrameworkVS2017Extension/0/vspackage', $vsixPath)
3
"`"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VSIXInstaller.exe`" /q /a $vsixPath" | out-file ".\install-vsix.cmd" -Encoding ASCII
4
-& .\install-vsix.cmd
+
5
+'Installing nanoFramework VS extension ...' | Write-Host -ForegroundColor White -NoNewline
6
7
+& .\install-vsix.cmd > $null
8
9
+'OK' | Write-Host -ForegroundColor Green
0 commit comments