File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ install:
16
16
(New-Object Net.WebClient).DownloadFile('https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x86.exe', 'rcedit-x86.exe')
17
17
18
18
$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
21
19
build_script :
22
20
- cmd : Build.cmd unstable
23
21
test : off
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ DEL "Program\RunActivityLAA.*"
6
6
7
7
REM Effects compilation
8
8
9
+ dotnet tool restore
10
+
9
11
FOR %%i IN (Source\RunActivity\Content\*.fx) DO (
10
12
echo Compiling Source\RunActivity\Content\%%~ni .mgfx
11
13
dotnet tool run mgfxc Source\RunActivity\Content\%%~nxi Program\Content\%%~ni .mgfx /Profile:DirectX_11
You can’t perform that action at this time.
0 commit comments