Skip to content

Commit b4fb3be

Browse files
author
Rafał Maciąg
committed
fixing script
1 parent 12354b5 commit b4fb3be

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Diff for: Build/cake.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
New-Cake -Name "plumberd" -Root "../"
22

3-
Add-CakeStep -Name "Build All" -Action { Invoke-DotnetBuild -All }
4-
Add-CakeStep -Name "Publish to nuget.org" -Action { Invoke-NugetPublish -SourceUrl "https://nuget.org" }
3+
Add-CakeStep -Name "Build All" -Action { Build-Dotnet -All }
4+
Add-CakeStep -Name "Publish to nuget.org" -Action { Publish-Nuget -SourceUrl "https://nuget.org" }

Diff for: ModelingEvolution.Plumberd.sln

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0AD30101-00A4-4037-902F-EF8CA829F541}"
1313
ProjectSection(SolutionItems) = preProject
1414
build.cake = build.cake
15+
Build\cake.ps1 = Build\cake.ps1
1516
LICENSE = LICENSE
1617
logo-squere.png = logo-squere.png
1718
README.md = README.md
@@ -25,11 +26,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Checkers", "Checkers\Checke
2526
EndProject
2627
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModelingEvolution.Plumberd.Client.GrpcProxy", "ModelingEvolution.Plumberd.Client.GrpcProxy\ModelingEvolution.Plumberd.Client.GrpcProxy.csproj", "{60AE68D3-30F3-4759-913A-3348BE59F540}"
2728
EndProject
28-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Development", "Development", "{DC9BEC30-C057-4648-B0BE-C5DAF0F43810}"
29-
ProjectSection(SolutionItems) = preProject
30-
Development\cake.ps1 = Development\cake.ps1
31-
EndProjectSection
32-
EndProject
3329
Global
3430
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3531
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)