Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf979a8f

Browse files
committed
Set program files using the environment variable rather than the hard coded path.
1 parent5a25b4f commitf979a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎appveyor.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build_script:
77
# scripts that run after cloning repository
88
install:
99
# by default, all script lines are interpreted as batch
10-
-set PATH=C:\Program Files(x86)\MSBuild\14.0\Bin;%PATH%
10+
-set PATH=%ProgramFiles(x86)%\MSBuild\14.0\Bin;%PATH%
1111

1212
test:off
1313
version:0.0.1.{build}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp