File tree Expand file tree Collapse file tree 6 files changed +13
-15
lines changed
Expand file tree Collapse file tree 6 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 1- version : 0.2.0-20250708.142439+ca74a4e
1+ version : 0.2.0-20250708.154445+f446af3
Original file line number Diff line number Diff line change 1818 <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9.0.6" />
1919 </ItemGroup >
2020 <ItemGroup >
21- <Content Include =" ../. version" >
21+ <Content Include =" .version" >
2222 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
2323 </Content >
2424 </ItemGroup >
Original file line number Diff line number Diff line change @@ -20,29 +20,37 @@ generate_nuget_version(){
2020
2121generate_nuget_version
2222
23+ echo " Building Abstractions."
2324cd abstractions && \
25+ cp ../.version . && \
2426dotnet restore && \
2527dotnet build --no-restore --configuration=Release && \
2628dotnet publish --no-restore --configuration=Release /p:Version=${TEST_NUGET_VERSION} && \
2729dotnet pack --configuration Release /p:Version=${TEST_NUGET_VERSION} --no-build && \
2830cd ..
2931
3032
33+ echo " Building Data."
3134cd data && \
35+ cp ../.version . && \
3236dotnet restore && \
3337dotnet build --no-restore --configuration=Release && \
3438dotnet publish --no-restore --no-build --configuration=Release /p:Version=${TEST_NUGET_VERSION} && \
3539dotnet pack --configuration Release /p:Version=${TEST_NUGET_VERSION} --no-build && \
3640cd ..
3741
42+ echo " Building Letter."
3843cd letter && \
44+ cp ../.version . && \
3945dotnet restore && \
4046dotnet build --no-restore --configuration=Release && \
4147dotnet publish --no-restore --no-build --configuration=Release /p:Version=${TEST_NUGET_VERSION} && \
4248dotnet pack --configuration Release /p:Version=${TEST_NUGET_VERSION} --no-build && \
4349cd ..
4450
51+ echo " Building Host."
4552cd host && \
53+ cp ../.version . && \
4654dotnet restore && \
4755dotnet build --no-restore --configuration=Release && \
4856dotnet publish --no-restore --no-build --configuration=Release /p:Version=${TEST_NUGET_VERSION} && \
Original file line number Diff line number Diff line change 2020 <ItemGroup >
2121 <ProjectReference Include =" ..\abstractions\abstractions.csproj" />
2222 </ItemGroup >
23- <ItemGroup >
24- <Content Include =" ../.version" >
25- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
26- </Content >
27- </ItemGroup >
23+
2824</Project >
Original file line number Diff line number Diff line change 2424 <Content Include =" run.sh" >
2525 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
2626 </Content >
27- <Content Include =" ../.version" >
28- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
29- </Content >
27+
3028
3129 <Content Update =" appsettings.*.json" CopyToPublishDirectory =" Never" />
3230 <Content Update =" appsettings.json" CopyToPublishDirectory =" Never" />
Original file line number Diff line number Diff line change 1818 <ItemGroup >
1919 <ProjectReference Include =" ..\abstractions\abstractions.csproj" />
2020 </ItemGroup >
21- <ItemGroup >
22- <Content Include =" ../.version" >
23- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
24- </Content >
25- </ItemGroup >
21+
2622</Project >
You can’t perform that action at this time.
0 commit comments