提交 138cf132 编写于 作者: J Jose Perez Rodriguez

Fixing CI build by changing file permissions

上级 aea39d95
...@@ -25,8 +25,9 @@ bld/ ...@@ -25,8 +25,9 @@ bld/
[Oo]bj/ [Oo]bj/
[Ll]og/ [Ll]og/
# .Net CLI restore location # .Net CLI restore location and packages
.dotnet/ .dotnet/
.packages/
# Visual Studio 2015/2017 cache/options directory # Visual Studio 2015/2017 cache/options directory
.vs/ .vs/
......
文件模式从 100644 更改为 100755
@echo off @echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -sign -pack -publish -ci %*" powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -pack -publish -ci %*"
exit /b %ErrorLevel% exit /b %ErrorLevel%
文件模式从 100644 更改为 100755
文件模式从 100644 更改为 100755
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册