diff --git a/.github/workflows/prereleasenuget.yml b/.github/workflows/prereleasenuget.yml index 0a71245c..48101ec5 100644 --- a/.github/workflows/prereleasenuget.yml +++ b/.github/workflows/prereleasenuget.yml @@ -17,6 +17,11 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Setup .NET Core + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 3.1.100 + - name: Restore Nuget Packages run: dotnet restore TransactionProcessor.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json diff --git a/TransactionProcessor.IntegrationTests/TransactionProcessor.IntegrationTests.csproj b/TransactionProcessor.IntegrationTests/TransactionProcessor.IntegrationTests.csproj index 5057ea70..878c2414 100644 --- a/TransactionProcessor.IntegrationTests/TransactionProcessor.IntegrationTests.csproj +++ b/TransactionProcessor.IntegrationTests/TransactionProcessor.IntegrationTests.csproj @@ -17,9 +17,9 @@ - - - + + + all