mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
appveyor : dotnet pack -c %CONFIGURATION%
This commit is contained in:
@@ -29,7 +29,7 @@ build_script:
|
||||
- cmd: msbuild .\examples\WireMock.Net.ConsoleApplication\WireMock.Net.ConsoleApplication.csproj /p:Configuration=%CONFIGURATION% /p:Platform=AnyCPU
|
||||
- cmd: msbuild .\test\WireMock.Net.Tests\WireMock.Net.Tests.csproj /p:Configuration=%CONFIGURATION% /p:Platform=AnyCPU
|
||||
|
||||
- dotnet pack -c Release --no-build --version-suffix %LABEL% -o .\artifacts .\src\WireMock\project.json
|
||||
- dotnet pack -c %CONFIGURATION% --no-build --version-suffix %LABEL% -o .\artifacts .\src\WireMock\project.json
|
||||
|
||||
artifacts:
|
||||
- path: artifacts\**\*.*
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"version": "1.0.0.9",
|
||||
"version": "1.0.0.0",
|
||||
"title": "WireMock.Net",
|
||||
"description": "xxxx",
|
||||
"description": "Lightweigth Http Mocking Server for .Net, inspired by WireMock from the Java landscape.",
|
||||
"authors": [ "Alexandre Victoor", "Stef Heyenrath" ],
|
||||
|
||||
"packOptions": {
|
||||
"summary": "This is a .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.",
|
||||
"summary": "Lightweigth Http Mocking Server for .Net, inspired by WireMock from the Java landscape.",
|
||||
"tags": [ "system", "linq", "dynamic", "core" ],
|
||||
"owners": [ "Stef Heyenrath" ],
|
||||
"repository": {
|
||||
@@ -13,8 +13,8 @@
|
||||
"url": "https://github.com/StefH/WireMock.Net"
|
||||
},
|
||||
"projectUrl": "https://github.com/StefH/WireMock.Net",
|
||||
"licenseUrl": "https://github.com/StefH/WireMock.Net/blob/master/licence.txt",
|
||||
"releaseNotes": ""
|
||||
"licenseUrl": "https://raw.githubusercontent.com/StefH/WireMock.Net/master/LICENSE",
|
||||
"releaseNotes": "First version"
|
||||
},
|
||||
|
||||
"buildOptions": {
|
||||
|
||||
3
src/_build nuget.cmd
Normal file
3
src/_build nuget.cmd
Normal file
@@ -0,0 +1,3 @@
|
||||
dotnet restore
|
||||
dotnet pack -c Release WireMock\project.json
|
||||
pause
|
||||
Reference in New Issue
Block a user