Skip to content

Commit 5303c97

Browse files
committed
.nugs
1 parent df5fad2 commit 5303c97

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.nugs/Release/readme.md

-1
This file was deleted.
File renamed without changes.

NuGet.Config

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</config>
1111
<packageSources>
1212
<clear />
13-
<add key="Peachpie Debug Packages" value=".nugs/Debug" />
13+
<add key="Peachpie Debug Packages" value=".nugs" />
1414
<add key="myget.org dotnet-coreclr" value="https://www.myget.org/F/dotnet-coreclr/api/v3/index.json" />
1515
<add key="myget.org dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
1616
<add key="myget.org dotnet-corefxtestdata" value="https://www.myget.org/F/dotnet-corefxtestdata/api/v3/index.json" />

src/Peachpie.App/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
".netcoreapp1.0": {}
1919
}
2020

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" ] }
2222
}

src/Peachpie.Compiler.Tools/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"scripts": {
3939
// for development purposes; installs the tool so dotnet-compile-php can be used as a tool
4040
"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"
4343
]
4444
}
4545
}

src/Peachpie.Library/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
"scripts": {
4343
"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"
4646
]
4747
}
4848
}

src/Peachpie.Runtime/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
"scripts": {
4545
"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"
4747
]
4848
}
4949
}

0 commit comments

Comments
 (0)