We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4765aa1 commit b6ff830Copy full SHA for b6ff830
.github/workflows/build-and-test.yaml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
branches: [ master-servicetitan ]
5
env:
6
- DO_TargetFrameworks: net9.0;net8.0
+ DO_TargetFrameworks: net9.0
7
jobs:
8
build-and-test:
9
name: build-and-test
.github/workflows/publish.yaml
@@ -2,7 +2,7 @@ name: Publish Nuget Package
2
on:
workflow_dispatch:
build-and-publish:
name: Build & Publish
Version.props
@@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <DoVersion>7.2.164</DoVersion>
+ <DoVersion>7.2.165</DoVersion>
<DoVersionSuffix>servicetitan-test</DoVersionSuffix>
</PropertyGroup>
0 commit comments