Debug: token
This commit is contained in:
Родитель
f4a258bf1f
Коммит
2307ea04d8
|
@ -1,6 +1,5 @@
|
|||
@echo off
|
||||
|
||||
|
||||
cd tests\CodeCoverage
|
||||
|
||||
nuget restore packages.config -PackagesDirectory .
|
||||
|
@ -16,6 +15,9 @@ tests\CodeCoverage\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"dotnet
|
|||
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
|
||||
echo hello
|
||||
echo "%codecov_token%"
|
||||
|
||||
SET PATH=C:\python37;C:\python37\Scripts;%PATH%
|
||||
python -m pip install --upgrade pip
|
||||
pip install codecov
|
||||
|
|
Загрузка…
Ссылка в новой задаче