Skip to content

Commit

Permalink
no need for cake yet; besides it seems to be not ready for .net core …
Browse files Browse the repository at this point in the history
…2.0 yet
  • Loading branch information
AndrewKostousov committed Jan 5, 2018
1 parent 2eae670 commit 67ee059
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 438 deletions.
5 changes: 5 additions & 0 deletions .build-and-publish-nuget-package.cmd
@@ -0,0 +1,5 @@
dotnet build --force --no-incremental --configuration Release ./GroBuf.sln
dotnet pack --no-build --configuration Release ./GroBuf.sln
cd ./GroBuf/bin/Release
dotnet nuget push *.nupkg -s https://nuget.org
pause
4 changes: 0 additions & 4 deletions .cake/packages.config

This file was deleted.

4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -297,8 +297,8 @@ __pycache__/
*.pyc

# Cake - Uncomment if you are using it
.cake/**
!.cake/packages.config
#.cake/**
#!.cake/packages.config

# Tabs Studio
*.tss
Expand Down
3 changes: 1 addition & 2 deletions .rebuild.cmd
@@ -1,3 +1,2 @@
@echo off
PowerShell.exe -ExecutionPolicy ByPass -Command "& { %~dp0build.ps1 -Script %~dp0build.cake -Target Rebuild -Configuration Release; exit $LASTEXITCODE }"
dotnet build --force --no-incremental --configuration Release ./GroBuf.sln
pause
3 changes: 1 addition & 2 deletions .run-all-tests.cmd
@@ -1,3 +1,2 @@
@echo off
PowerShell.exe -ExecutionPolicy ByPass -Command "& { %~dp0build.ps1 -Script %~dp0build.cake -Target Run-All-Tests -Configuration Release; exit $LASTEXITCODE }"
dotnet test --configuration Release ./GroBuf.Tests/GroBuf.Tests.csproj
pause
3 changes: 1 addition & 2 deletions .run-unit-tests.cmd
@@ -1,3 +1,2 @@
@echo off
PowerShell.exe -ExecutionPolicy ByPass -Command "& { %~dp0build.ps1 -Script %~dp0build.cake -Target Run-Unit-Tests -Configuration Release; exit $LASTEXITCODE }"
dotnet test --configuration Release --filter TestCategory!=LongRunning ./GroBuf.Tests/GroBuf.Tests.csproj
pause
91 changes: 0 additions & 91 deletions build.cake

This file was deleted.

234 changes: 0 additions & 234 deletions build.ps1

This file was deleted.

0 comments on commit 67ee059

Please sign in to comment.