Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/Microsoft.NET.Sdk.Functions.Generator #636

Closed
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
6ff6c53
Updating version to beta3
fabiocav Nov 23, 2019
d2e9735
Update Webjobs and Webjobs Extensions references
ankitkumarr Nov 15, 2019
1922f7d
refactoring build; using Mono.Cecil for attribute discovery
brettsam Nov 14, 2019
96b7d8e
Updating version to beta4
fabiocav Nov 26, 2019
ea77981
fixing publish for v2 apps with .NET Core 3 SDK installed
brettsam Dec 11, 2019
472cdb8
bumping version to 1.0.30
brettsam Dec 11, 2019
e045da6
base deps file copy on AssemblyName, not ProjectName
brettsam Dec 12, 2019
35c4d4e
bumping version to 1.0.31
brettsam Dec 12, 2019
0e7a8a1
Updating SDK version and modifying deps copy operation to use a move
fabiocav Feb 11, 2020
349faf7
Updating SDK version
fabiocav Feb 12, 2020
4eea0fb
Fixing file move operation on build
fabiocav Feb 29, 2020
3bdbccd
Bumping ExtensionsMetadataGenerator to 1.1.5
brettsam Mar 5, 2020
e91c1f0
Fixing eventhub trigger scenario (#400)
yojagad Mar 12, 2020
8605bed
adding _IsFunctionsSdkBuild to props file
brettsam Mar 12, 2020
2f828cc
bumping versions
brettsam Mar 12, 2020
13f24e2
Update the WebJobs.Extensions reference to fix downstream package ref…
alexneyler Mar 17, 2020
b70c536
copy all bin/pdb files to /bin during build
brettsam May 1, 2020
4c58262
running unit tests during ci
brettsam May 4, 2020
759a7ec
Fixing the task assembly load issue
vijayrkn May 15, 2020
3a4efa5
Merge pull request #424 from Azure/vramak/FixLoadIssues
vijayrkn May 15, 2020
5d5adce
adding build to test projects
brettsam Aug 31, 2020
51b895e
fixing build so test projects build correctly
brettsam Aug 31, 2020
6d82009
fixing issue with args passed to Functions.Generator
brettsam Aug 31, 2020
f2884e1
Updating ExtensionsMetadataGenerator to 1.2.0
brettsam Oct 5, 2020
b0e54a8
Set up CI with Azure Pipelines (#482)
soninaren Nov 6, 2020
32ebc25
Updated pipeline badges.
kashimiz Dec 14, 2021
e12cd60
Merge pull request #407 from AlexEyler/dev/alexey/UpdateWebJobsExtens…
liliankasem May 25, 2022
011a27e
Add `.github/fabricbot.json` (#577)
Jul 29, 2022
f4126da
Microsoft mandatory file
microsoft-github-policy-service[bot] Jan 27, 2023
57f7b84
Auto merge mandatory file pr
microsoft-github-policy-service[bot] Mar 28, 2023
199d106
bumping to 1.0.39
brettsam Apr 26, 2023
cff2c78
[v1] Handling additional auth scenarios for Zip Deploy
brettsam Apr 26, 2023
15e1a40
changing ci image
brettsam Apr 26, 2023
a872c84
ci updates
brettsam Apr 26, 2023
18631c3
Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagemen…
microsoft-github-policy-service[bot] Jul 6, 2023
0f44142
Deleting fabricbot.json
microsoft-github-policy-service[bot] Jul 6, 2023
5c501d0
FabricBot: Onboarding to GitOps.ResourceManagement because of FabricB…
liliankasem Aug 8, 2023
e715d2c
Create codeql.yml
vrdmr Apr 18, 2024
2148ac3
Add codeql analysis
liliankasem May 13, 2024
43c3364
Merge pull request #629 from Azure/vrdmr-codeql-patch
vrdmr May 13, 2024
399b659
Bump Newtonsoft.Json in /src/Microsoft.NET.Sdk.Functions.Generator
dependabot[bot] May 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding _IsFunctionsSdkBuild to props file
  • Loading branch information
brettsam committed Mar 12, 2020
commit 8605bede07cc55b3419d81471678fd3f842c40b5
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and

<PropertyGroup>
<_NuGetPackageRoot>$([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))</_NuGetPackageRoot>
<_IsFunctionsSdkBuild>true</_IsFunctionsSdkBuild>
</PropertyGroup>

<!--