File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : Build, Test, and Publish to NuGet for package Jfw.SDK
22
33on :
4- pull_request :
4+ push :
55 branches : [ "main" ]
66 release :
77 types : [ published ]
2121 dotnet-version : 6.0.x
2222
2323 - name : Restore dependencies
24- run : dotnet restore src/ JFW.Sdk/JFW.Sdk.csproj
24+ run : dotnet restore JFW.Sdk/JFW.Sdk.csproj
2525
2626 - name : Build project
2727 run : dotnet build JFW.Sdk/JFW.Sdk.csproj --configuration Release --no-restore
Original file line number Diff line number Diff line change 1313 <Copyright >Copyright © 2021 - $([System.DateTime]::UtcNow.Year) Jframework</Copyright >
1414 <RootNamespace >JFW.Sdk</RootNamespace >
1515 <Version >1.0.0</Version >
16- <PackageLicenseFile >LICENSE</PackageLicenseFile >
16+ <!-- < PackageLicenseFile>LICENSE</PackageLicenseFile> -- >
1717 <RepositoryUrl >https://github.com/1Byte-Software/jfw-sdk-dotnet.git</RepositoryUrl >
1818 <RepositoryType >git</RepositoryType >
1919 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments