File tree 7 files changed +7
-8
lines changed
7 files changed +7
-8
lines changed Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 10
10
</config >
11
11
<packageSources >
12
12
<clear />
13
- <add key =" Peachpie Debug Packages" value =" .nugs/Debug " />
13
+ <add key =" Peachpie Debug Packages" value =" .nugs" />
14
14
<add key =" myget.org dotnet-coreclr" value =" https://www.myget.org/F/dotnet-coreclr/api/v3/index.json" />
15
15
<add key =" myget.org dotnet-core" value =" https://www.myget.org/F/dotnet-core/api/v3/index.json" />
16
16
<add key =" myget.org dotnet-corefxtestdata" value =" https://www.myget.org/F/dotnet-corefxtestdata/api/v3/index.json" />
Original file line number Diff line number Diff line change 18
18
".netcoreapp1.0" : {}
19
19
}
20
20
21
- // ,"scripts": { "precompile": [ "dotnet pack --no-build -c %compile:Configuration% -o ../../.nugs/%compile:Configuration% " ] }
21
+ // ,"scripts": { "precompile": [ "dotnet pack --no-build -c %compile:Configuration% -o ../../.nugs" ] }
22
22
}
Original file line number Diff line number Diff line change 38
38
"scripts" : {
39
39
// for development purposes; installs the tool so dotnet-compile-php can be used as a tool
40
40
"postcompile" : [
41
- " ../../tools/nuget.exe pack ../Peachpie.Compiler.nuspec -o ../../.nugs/%compile:Configuration% -version 0.2.0-beta" ,
42
- " dotnet pack --no-build -c %compile:Configuration% -o ../../.nugs/%compile:Configuration% --version-suffix beta"
41
+ " ../../tools/nuget.exe pack ../Peachpie.Compiler.nuspec -o ../../.nugs -version 0.2.0-beta" ,
42
+ " dotnet pack --no-build -c %compile:Configuration% -o ../../.nugs --version-suffix beta"
43
43
]
44
44
}
45
45
}
Original file line number Diff line number Diff line change 41
41
42
42
"scripts" : {
43
43
"postcompile" : [
44
- " dotnet pack --no-build -c %compile:Configuration% -o ../../.nugs/%compile:Configuration% --version-suffix beta" ,
45
- " dotnet pack --no-build -c %compile:Configuration% -o ../../.nugs/%compile:Configuration% --version-suffix beta ../Peachpie.App"
44
+ " dotnet pack --no-build -c %compile:Configuration% -o ../../.nugs --version-suffix beta" ,
45
+ " dotnet pack --no-build -c %compile:Configuration% -o ../../.nugs --version-suffix beta ../Peachpie.App"
46
46
]
47
47
}
48
48
}
Original file line number Diff line number Diff line change 43
43
44
44
"scripts" : {
45
45
"postcompile" : [
46
- " dotnet pack --no-build -c %compile:Configuration% -o ../../.nugs/%compile:Configuration% --version-suffix beta"
46
+ " dotnet pack --no-build -c %compile:Configuration% -o ../../.nugs --version-suffix beta"
47
47
]
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments