From 66f79f1788956d6ffe4779731cac188f9a596f1d Mon Sep 17 00:00:00 2001 From: patgsilva <116525022+patgsilva@users.noreply.github.com> Date: Fri, 21 Jun 2024 02:19:12 +0000 Subject: [PATCH] nova tentativa no arquivo build --- .github/workflows/dotnet-build.yml | 8 +++----- github-actions-dotnet-webapp.sln | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 github-actions-dotnet-webapp.sln diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 7e5ac46..2fcc1f9 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -19,16 +19,14 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.x' # ajuste para a versão do .NET que você precisa + dotnet-version: '8.0' # ajuste para a versão do .NET que você precisa - name: Restore dependencies - run: dotnet restore + run: dotnet restore **/*.csproj - name: Build - run: dotnet build --configuration Release + run: dotnet build **/*.csproj --no-restore - - name: Test - run: dotnet test --no-restore --verbosity normal diff --git a/github-actions-dotnet-webapp.sln b/github-actions-dotnet-webapp.sln new file mode 100644 index 0000000..ee37108 --- /dev/null +++ b/github-actions-dotnet-webapp.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.002.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "github4women", "github4women\github4women.csproj", "{E7107432-67B0-4DED-96C0-7EA7863D3306}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E7107432-67B0-4DED-96C0-7EA7863D3306}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E7107432-67B0-4DED-96C0-7EA7863D3306}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E7107432-67B0-4DED-96C0-7EA7863D3306}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E7107432-67B0-4DED-96C0-7EA7863D3306}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {75442C07-A71B-4748-B8A6-61D4531694D9} + EndGlobalSection +EndGlobal