File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 build :
1414
15- runs-on : windows-2019
15+ runs-on : windows-latest
1616
1717 steps :
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3333 - name : Pack
3434 run : |
3535 cd src
36- dotnet pack Spark/Spark.csproj --include-symbols --output nupkgs --no-build
37- dotnet pack Spark.Web/Spark.Web.csproj --include-symbols --output nupkgs --no-build
38- dotnet pack Spark.Web.Mvc/Spark.Web.Mvc.csproj --include-symbols --output nupkgs --no-build
39- dotnet pack Spark.AspNetCore.Mvc/Spark.AspNetCore.MVc.csproj --include-symbols --output nupkgs --no-build
36+ dotnet pack spark-pack.slnf --include-symbols --output nupkgs --no-build
4037 - name : Push to NuGet
4138 run : |
4239 cd src/nupkgs
Original file line number Diff line number Diff line change 2020 <Reference Include =" System.Web" />
2121 <Reference Include =" System.Web.Services" />
2222 </ItemGroup >
23-
24- <PropertyGroup >
25- <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
26- <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
27- </PropertyGroup >
28- <!-- order is important! -->
29- <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
30- <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" />
3123</Project >
You can’t perform that action at this time.
0 commit comments