Skip to content

Commit bc22a20

Browse files
committed
Moved the dotnet tool restore command to the PostBuildActions.cmd file
1 parent 4602a6b commit bc22a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ install:
1616
(New-Object Net.WebClient).DownloadFile('https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x86.exe', 'rcedit-x86.exe')
1717
1818
$env:PATH="C:\ProgramData\chocolatey\bin;$env:PATH;C:\lazarus;$((Get-ChildItem -Recurse C:\lazarus\fpc\strip.exe).DirectoryName);C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin"
19-
20-
dotnet tool restore
2119
build_script:
2220
- cmd: Build.cmd unstable
2321
test: off

Source/RunActivity/PostBuildActions.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ DEL "Program\RunActivityLAA.*"
66

77
REM Effects compilation
88

9+
dotnet tool restore
10+
911
FOR %%i IN (Source\RunActivity\Content\*.fx) DO (
1012
echo Compiling Source\RunActivity\Content\%%~ni.mgfx
1113
dotnet tool run mgfxc Source\RunActivity\Content\%%~nxi Program\Content\%%~ni.mgfx /Profile:DirectX_11

0 commit comments

Comments
 (0)