From 7b13bad0250f842da2c2d54cef21814d9ce8c2a4 Mon Sep 17 00:00:00 2001 From: Roberto T Date: Mon, 6 May 2024 12:15:56 -0600 Subject: [PATCH] testing update testing update --- .github/workflows/issue_type_predicter.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/issue_type_predicter.yaml b/.github/workflows/issue_type_predicter.yaml index 7526fa5..d096ee9 100644 --- a/.github/workflows/issue_type_predicter.yaml +++ b/.github/workflows/issue_type_predicter.yaml @@ -70,6 +70,13 @@ jobs: with: repository: DynamoDS/IssuesTypePredicter path: IssuesTypePredicter + ref: DYN-6651-Updating-NETSDK + + # Setup dotnet + - name: Setup dotnet + uses: actions/setup-dotnet@v4 + with: + dotnet-version: '8.0' #Builds the solution IssuesTypePredicter.sln (this contains two VS2019 ML.NET projects) - name: Build Issues Type Predicter