Skip to content

Commit

Permalink
Update dotnet-build.yml (#136)
Browse files Browse the repository at this point in the history
* Update dotnet-build.yml

* update version
  • Loading branch information
LittleLittleCloud authored Dec 22, 2024
1 parent 5d020e5 commit 97e997d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
echo "Build"
dotnet build --no-restore --configuration Debug -bl /p:SignAssembly=true
dotnet build --no-restore --configuration Release -bl /p:SignAssembly=true
- name: Unit Test
run: dotnet test --no-build -bl --configuration Debug -m:3 -v d


2 changes: 1 addition & 1 deletion eng/MetaInfo.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.0.14</VersionPrefix>
<VersionPrefix>0.0.15</VersionPrefix>
<Authors>LittleLittleCloud</Authors>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion template/content/Console/stepwise.console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LittleLittleCloud.StepWise" Version="0.0.14" />
<PackageReference Include="LittleLittleCloud.StepWise" Version="0.0.15" />
</ItemGroup>

</Project>

0 comments on commit 97e997d

Please sign in to comment.