diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77bdaa1..94a9cd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,11 +57,11 @@ jobs: with: dotnet-version: 3.1.101 - - name: Restore - run: dotnet restore ${{env.SOLUTION_PATH}} + # - name: Restore + # run: dotnet restore ${{env.SOLUTION_PATH}} - - name: Build - run: dotnet build -c ${{env.BUILD_CONFIGURATION}} -r ${{env.RELEASE_CONFIGURATION}} -v m ${{env.SOLUTION_PATH}} + # - name: Build + # run: dotnet build -c ${{env.BUILD_CONFIGURATION}} -r ${{env.RELEASE_CONFIGURATION}} -v m ${{env.SOLUTION_PATH}} - name: Publish run: dotnet publish -c ${{env.BUILD_CONFIGURATION}} -r ${{env.RELEASE_CONFIGURATION}} -v m -o ./bin/publish ${{env.PROJECT_PATH}} diff --git a/src/Blockcore.Generator/Blockcore.Generator.csproj b/src/Blockcore.Generator/Blockcore.Generator.csproj index dfcf381..b776e01 100644 --- a/src/Blockcore.Generator/Blockcore.Generator.csproj +++ b/src/Blockcore.Generator/Blockcore.Generator.csproj @@ -1,27 +1,31 @@ - - Exe - netcoreapp3.1 - + + Exe + netcoreapp3.1 + true + true + true + win-x64 + - - - + + + - - - True - True - Resources.resx - - + + + True + True + Resources.resx + + - - - ResXFileCodeGenerator - Resources.Designer.cs - - + + + ResXFileCodeGenerator + Resources.Designer.cs + +