We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aa8d2f + 51fd6aa commit ed4763cCopy full SHA for ed4763c
.github/workflows/dev.yml
@@ -23,6 +23,11 @@ jobs:
23
- name: Checkout repository
24
uses: actions/checkout@v4
25
26
+ - name: Setup .NET
27
+ uses: actions/setup-dotnet@v4
28
+ with:
29
+ dotnet-version: ${{env.DOTNET_VERSION}}
30
+
31
- name: 'Build Web App with dotnet ${{env.DOTNET_VERSION}}'
32
run: dotnet build --configuration Release ./src/SampleGalleriesMCPServerHttp/SampleGalleriesMCPServerHttp.csproj
33
0 commit comments