Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 41cc356

Browse files
committed
scripts
1 parent 44af45c commit 41cc356

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dotnet restore .\Community.Data.OData.Linq.sln
2-
dotnet build .\Community.Data.OData.Linq.sln -c Release
1+
dotnet restore
2+
dotnet build -c Release

pack.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
dotnet pack .\Community.Data.OData.Linq\Community.OData.Linq.csproj -c Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:VersionPrefix=0-local -o .\nupkg
2-
dotnet pack .\Community.OData.Linq.Json\Community.OData.Linq.Json.csproj -c Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:VersionPrefix=0-local -o .\nupkg
3-
dotnet pack .\Community.OData.Linq.AspNetCore\Community.OData.Linq.AspNetCore.csproj -c Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:VersionPrefix=0-local -o .\nupkg
1+
Remove-Item -Path .\nupkg -ErrorAction SilentlyContinue -Recurse
2+
dotnet pack -c Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:VersionPrefix=0-local -o .\nupkg

0 commit comments

Comments
 (0)