diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 2a3115e..41a613f 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -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 - \ No newline at end of file + diff --git a/eng/MetaInfo.props b/eng/MetaInfo.props index 3b034f1..47b6d2c 100644 --- a/eng/MetaInfo.props +++ b/eng/MetaInfo.props @@ -1,7 +1,7 @@ - 0.0.14 + 0.0.15 LittleLittleCloud git false diff --git a/template/content/Console/stepwise.console.csproj b/template/content/Console/stepwise.console.csproj index 6b40af5..3d555c0 100644 --- a/template/content/Console/stepwise.console.csproj +++ b/template/content/Console/stepwise.console.csproj @@ -9,7 +9,7 @@ - +