Skip to content

Commit

Permalink
Bump credscan version and include readme in nuget file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Jun 15, 2023
1 parent e5e3111 commit 0cd5a51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ steps:
packageType: 'sdk'
version: '3.1.x'

- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@3
displayName: 'Run CredScan'
inputs:
toolMajorVersion: 'V2'
scanFolder: '$(Build.SourcesDirectory)'
debugMode: false

- task: DotNetCoreCLI@2
Expand Down
4 changes: 4 additions & 0 deletions src/Microsoft.Graph/Microsoft.Graph.Beta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageProjectUrl>https://developer.microsoft.com/graph</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
<RepositoryUrl>https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet</RepositoryUrl>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard2.0' ">2.0.0</NetStandardImplicitPackageVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -35,6 +36,8 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Deterministic>true</Deterministic>
<PackageReadmeFile>README.md</PackageReadmeFile>
<NoWarn>NU5048</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Debug\Microsoft.Graph.Beta.xml</DocumentationFile>
Expand Down Expand Up @@ -64,6 +67,7 @@
</ItemGroup>
<ItemGroup>
<None Include=".\..\..\LICENSE.txt" Pack="true" PackagePath="" />
<None Include="..\..\README.md" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Graph.Core" Version="3.*" />
Expand Down

0 comments on commit 0cd5a51

Please sign in to comment.