Skip to content

Commit 0604d16

Browse files
committed
Update
update
1 parent affd4da commit 0604d16

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>Dynamo</Authors>
66
<Product>Dynamo</Product>
77
<Copyright>Copyright © Autodesk, Inc 2025</Copyright>
8-
8+
99
<TargetFramework>net10.0</TargetFramework>
1010
<ImplicitUsings>enable</ImplicitUsings>
1111
<Nullable>enable</Nullable>
@@ -15,11 +15,11 @@
1515
<VersionPrefix>$(MS_PACKAGE_VERSION)</VersionPrefix>
1616
<DynamoPackageVersion>4.0.0.3277</DynamoPackageVersion>
1717
<DynamoVersion>4.0</DynamoVersion>
18-
18+
1919
<!--Aids in code analysis.-->
2020
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2121
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2222
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
2323
<BuildOutput>$(SolutionDir)\package_output\DSPythonNet3\</BuildOutput>
24-
</PropertyGroup>
25-
</Project>
24+
</PropertyGroup>
25+
</Project>

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env groovy
22

33
@Library('PSL@master')
4-
@Library('CILibrary@nuget-test') _
4+
@Library('CILibrary@CBP/stable') _
55

66
StartPipeline()

0 commit comments

Comments
 (0)