File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1- version : 0.2.0-20250708.155535+61e227c
1+ version : 0.2.0-20250708.200258+fdc7cef
Original file line number Diff line number Diff line change @@ -22,45 +22,77 @@ generate_nuget_version
2222
2323echo " Building Abstractions."
2424cd abstractions
25+ pwd
2526cp ../.version .
27+ echo " Root Dir:"
2628ls -la
2729dotnet clean
2830dotnet restore
2931dotnet build --no-restore --configuration=Release
3032dotnet publish --no-restore --configuration=Release /p:Version=${TEST_NUGET_VERSION}
3133dotnet pack --configuration Release /p:Version=${TEST_NUGET_VERSION} --no-build
34+ echo " Release Dir :"
35+ ls -la bin/Release
36+ echo " net8.0 Dir :"
37+ ls -la bin/Release/net8.0
38+ echo " publish Dir :"
39+ ls -la bin/Release/net8.0/publish
3240cd ..
3341
3442
3543echo " Building Data."
3644cd data
45+ pwd
3746cp ../.version .
47+ echo " Root Dir:"
3848ls -la
3949dotnet clean
4050dotnet restore
4151dotnet build --no-restore --configuration=Release
4252dotnet publish --no-restore --no-build --configuration=Release /p:Version=${TEST_NUGET_VERSION}
4353dotnet pack --configuration Release /p:Version=${TEST_NUGET_VERSION} --no-build
54+ echo " Release Dir :"
55+ ls -la bin/Release
56+ echo " net8.0 Dir :"
57+ ls -la bin/Release/net8.0
58+ echo " publish Dir :"
59+ ls -la bin/Release/net8.0/publish
4460cd ..
4561
4662echo " Building Letter."
4763cd letter
64+ pwd
4865cp ../.version .
66+ echo " Root Dir:"
4967ls -la
5068dotnet clean
5169dotnet restore
5270dotnet build --no-restore --configuration=Release
5371dotnet publish --no-restore --no-build --configuration=Release /p:Version=${TEST_NUGET_VERSION}
5472dotnet pack --configuration Release /p:Version=${TEST_NUGET_VERSION} --no-build
73+ echo " Release Dir :"
74+ ls -la bin/Release
75+ echo " net8.0 Dir :"
76+ ls -la bin/Release/net8.0
77+ echo " publish Dir :"
78+ ls -la bin/Release/net8.0/publish
5579cd ..
5680
5781echo " Building Host."
5882cd host
83+ pwd
5984cp ../.version .
85+ echo " Root Dir:"
6086ls -la
6187dotnet clean
6288dotnet restore
6389dotnet build --no-restore --configuration=Release
6490dotnet publish --no-restore --no-build --configuration=Release /p:Version=${TEST_NUGET_VERSION}
6591dotnet pack --configuration Release /p:Version=${TEST_NUGET_VERSION} --no-build
92+ echo " Release Dir :"
93+ ls -la bin/Release
94+ echo " net8.0 Dir :"
95+ ls -la bin/Release/net8.0
96+ echo " publish Dir :"
97+ ls -la bin/Release/net8.0/publish
6698cd ..
You can’t perform that action at this time.
0 commit comments