fix yml
This commit is contained in:
@@ -11,9 +11,9 @@ before_build:
|
|||||||
- ps: "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
|
- ps: "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
|
||||||
- ps: dnvm upgrade
|
- ps: dnvm upgrade
|
||||||
- ps: dnvm update-self
|
- ps: dnvm update-self
|
||||||
- ps: dnvm install 1.0.0-beta8
|
- ps: dnvm install 1.0.0-rc1-final
|
||||||
- ps: dnvm list
|
- ps: dnvm list
|
||||||
- ps: dnvm use 1.0.0-beta8
|
- ps: dnvm use 1.0.0-rc1-final
|
||||||
- ps: npm cache clean
|
- ps: npm cache clean
|
||||||
- ps: npm install -g gulp bower
|
- ps: npm install -g gulp bower
|
||||||
- ps: dnu restore
|
- ps: dnu restore
|
||||||
|
|||||||
Reference in New Issue
Block a user