This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ echo replace AssemblyFileVersion
2323find ./src -type f -name " AssemblyInfo.cs" -exec sed -i " s/AssemblyFileVersion(\" [^\" ]\+\" )/AssemblyFileVersion(\" ${Version} \" )/g" {} +
2424
2525echo replace project.json
26- sed -i " s/\" version\" : \" [^\" ]\+\" /\" version\" : \" ${Version} \" /g" ./src/ServiceStack.Redis.NetCore/ServiceStack. Text/project.json
27- sed -i " s/\" version\" : \" [^\" ]\+\" /\" version\" : \" ${Version} \" /g" ./src/ServiceStack.Redis.NetCore/ServiceStack.Redis /project.json
28- sed -i " s/\" version\" : \" [^\" ]\+\" /\" version\" : \" ${Version} \" /g" ./src/ServiceStack.Redis.NetCore/ServiceStack. Interfaces/project.json
29- sed -i " s/\" version\" : \" [^\" ]\+\" /\" version\" : \" ${Version} \" /g" ./src/ServiceStack.Redis.NetCore/ServiceStack. Common/project.json
26+ sed -i " s/\" version\" : \" [^\" ]\+\" /\" version\" : \" ${Version} \" /g" ./src/ServiceStack.Text/project.json
27+ sed -i " s/\" version\" : \" [^\" ]\+\" /\" version\" : \" ${Version} \" /g" ./src/ServiceStack.Redis/project.json
28+ sed -i " s/\" version\" : \" [^\" ]\+\" /\" version\" : \" ${Version} \" /g" ./src/ServiceStack.Interfaces/project.json
29+ sed -i " s/\" version\" : \" [^\" ]\+\" /\" version\" : \" ${Version} \" /g" ./src/ServiceStack.Common/project.json
3030
3131echo replace package
3232find ./NuGet.Core -type f -name " *.nuspec" -exec sed -i " s/<version>[^<]\+/<version>${PackageVersion} /g" {} +
@@ -36,7 +36,7 @@ find ./NuGet.Core -type f -name "*.nuspec" -exec sed -i "s/\"ServiceStack.Common
3636
3737
3838# restore packages
39- # (cd ./src/ServiceStack.Redis.NetCore && dotnet restore)
39+ # (cd ./src && dotnet restore)
4040# (cd ./tests/ServiceStack.Redis.Tests.NetCore/ServiceStack.Redis.Tests && dotnet restore)
4141
4242# execute tests
You can’t perform that action at this time.
0 commit comments