diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index e2a9349..c440326 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -7,13 +7,11 @@ jobs: runs-on: windows-latest - steps: - uses: actions/checkout@v1 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: '8.0.x' - include-prerelease: true - name: Build with dotnet run: dotnet build --configuration Release -v n diff --git a/Telescope.sln b/Telescope.sln index 35fc0b6..0624043 100644 --- a/Telescope.sln +++ b/Telescope.sln @@ -13,9 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Actions", "GitHub Actions", "{5A85E9ED-415C-4720-BF26-8CF8A97CB832}" ProjectSection(SolutionItems) = preProject - ..\Ipc\.github\workflows\dotnet-core.yml = ..\Ipc\.github\workflows\dotnet-core.yml - ..\Ipc\.github\workflows\dotnet-format.yml = ..\Ipc\.github\workflows\dotnet-format.yml - ..\Ipc\.github\workflows\nuget-tag-publish.yml = ..\Ipc\.github\workflows\nuget-tag-publish.yml + .github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml + .github\workflows\nuget publish.yml = .github\workflows\nuget publish.yml EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tradition", "Tradition", "{91A1CAF1-50E8-4101-BD20-F08ADF3E5969}"