Brett Samblanet
cff2c78d95
[v1] Handling additional auth scenarios for Zip Deploy
2023-04-26 13:55:41 -07:00
Brett Samblanet
199d106ed6
bumping to 1.0.39
2023-04-26 13:55:41 -07:00
Naren Soni
b0e54a832a
Set up CI with Azure Pipelines ( #482 )
2020-11-06 15:34:03 -08:00
Brett Samblanet
f2884e1d76
Updating ExtensionsMetadataGenerator to 1.2.0
2020-10-05 14:41:11 -07:00
Brett Samblanet
6d820090d6
fixing issue with args passed to Functions.Generator
2020-08-31 22:38:37 +00:00
Vijay Ramakrishnan
759a7eccb4
Fixing the task assembly load issue
2020-05-14 22:57:50 -07:00
Brett Samblanet
b70c53662e
copy all bin/pdb files to /bin during build
2020-05-04 13:46:16 -04:00
Brett Samblanet
2f828ccc61
bumping versions
2020-03-12 16:50:23 -07:00
Brett Samblanet
8605bede07
adding _IsFunctionsSdkBuild to props file
2020-03-12 16:50:23 -07:00
Yogesh Jagadeesan
e91c1f06d0
Fixing eventhub trigger scenario ( #400 )
...
Added eventHub handling scenario in AttributeExtensions
2020-03-12 12:34:36 -07:00
Brett Samblanet
3bdbccd0fc
Bumping ExtensionsMetadataGenerator to 1.1.5
2020-03-05 13:14:01 -08:00
Fabio Cavalcante
4eea0fb204
Fixing file move operation on build
2020-02-28 18:12:20 -08:00
Fabio Cavalcante
349faf7029
Updating SDK version
2020-02-11 17:33:44 -08:00
Fabio Cavalcante
0e7a8a1717
Updating SDK version and modifying deps copy operation to use a move
2020-02-11 14:52:21 -08:00
Brett Samblanet
35c4d4e448
bumping version to 1.0.31
2019-12-12 14:18:54 -08:00
Brett Samblanet
e045da6ff4
base deps file copy on AssemblyName, not ProjectName
2019-12-12 11:38:00 -08:00
Brett Samblanet
472cdb80b6
bumping version to 1.0.30
2019-12-11 12:46:32 -08:00
Brett Samblanet
ea779818b0
fixing publish for v2 apps with .NET Core 3 SDK installed
2019-12-11 12:46:32 -08:00
Fabio Cavalcante
96b7d8e0c2
Updating version to beta4
2019-11-25 17:40:03 -08:00
Brett Samblanet
1922f7d495
refactoring build; using Mono.Cecil for attribute discovery
2019-11-25 16:21:09 -08:00
Fabio Cavalcante
6ff6c53d60
Updating version to beta3
2019-11-22 19:32:34 -08:00
Fabio Cavalcante
b13ade66b4
Generating functions deps file
2019-11-15 10:27:32 -08:00
Brett Samblanet
ca38d6b097
minor changes to absorb v3
2019-10-17 10:48:34 -07:00
Vijay Ramakrishnan
f17ac70c65
Fixing the build issue when functions is run in the container scenario
2019-08-07 11:25:21 -07:00
Fabio Cavalcante
536d7536e9
Better support for preview tags
2019-08-06 10:45:15 -07:00
Katy Shimizu
101e4ced4f
Generator scans assembly's dependencies for functions. Addresses #274 .
...
* This functionality is off by default; to enable, set the project
property FunctionsInDependencies to True.
* Compilers can be too smart. To ensure that a referenced project's DLL
is included in the assembly's dependencies, make sure the assembly's
code explicitly references a member or type from the referenced project.
2019-06-26 15:09:56 -07:00
Brett Samblanet
2678a5df31
bumping to version 1.0.29
2019-06-12 13:20:14 -07:00
Brett Samblanet
b2393aecf6
removing check for ExtensionsMetadataGenerator in v1 projects
2019-06-12 12:59:14 -07:00
Brett Samblanet
eff5421deb
bumping ExtensionsMetadataGenerator version
2019-05-13 12:24:02 -07:00
Brett Samblanet
7e6d65b96a
allowing for a direct reference to ExtensionsMetadataGenerator
2019-05-13 12:24:02 -07:00
Vijay Ramakrishnan
d04d83d65f
Merge pull request #302 from Azure/dev/phenning/userAgent
...
Set User-Agent header to ZipDeploy task
2019-04-29 17:17:41 -07:00
Brett Samblanet
f460abbe72
Updating ExtensionsMetadataGenerator version
2019-04-23 14:11:10 -07:00
Ankit Kumar
85273a7b3c
remove warning for kafka extension
2019-04-05 14:35:32 -07:00
Phil Henning
fb63139ca7
Set User-Agent header to ZipDeploy task
...
Closes #301
2019-03-28 15:17:19 -07:00
Vijay Ramakrishnan
8e65360995
Disable Publish as part of pack if property is set
2019-03-07 09:51:06 -08:00
Brett Samblanet
1d123039d2
import the ExtensionsMetadataGenerator targets last
2019-02-28 18:57:27 -08:00
Brett Samblanet
349f36a129
updating metadatagenerator version
2019-02-22 16:25:09 -05:00
Naren Soni
32332fdecd
Apply UseNETCoreGenerator property when AzureFunctionsVersion is set to v2-prerelease ( #254 )
2018-10-22 16:18:54 -07:00
Fabio Cavalcante
f20520e316
Ensuring tooling support for .NET Core 2.1
2018-10-04 15:19:44 -07:00
Naren Soni
12380bb52b
Updating the metadata generator version ( #239 )
2018-09-13 00:22:37 -07:00
Naren Soni
ade32fde70
Import the props from the version of the generator carried by the sdk ( #226 )
...
Updating the references in net sdk package
Updating MetadataGenerator package to v1.0.0
2018-08-29 16:05:38 -07:00
Brian Zhu
eb5eb02bd7
Syncing from upstream
2018-06-28 15:50:01 -07:00
Brian Zhu
55d8d1b6fc
Fixing ZipDeploy unit tests + adding more to test combinations of PublishUrl + SiteName being passed in as properties
2018-06-28 14:33:01 -07:00
Brian Zhu
980f876b54
Allowing fallback to SiteName if PublishUrl isn't passed in for ZipDeploy profiles, to fix publish for ZipDeploy profiles created before 15.8 Preview 4.
2018-06-28 13:42:41 -07:00
Ahmed ElSayed
c0be790799
Update Newtonsoft.Json to 11.0.2
2018-06-20 15:30:26 -07:00
Brian Zhu
0fb67f07b7
Changing ZIP Deploy Publish to use the PublishUrl property instead of ScmSiteUrl
2018-06-20 14:01:02 -07:00
Brian Zhu
a646d3afd0
Hardening Zip Deploy to accept a trailing slash (or not) in the ScmSiteUrl property
2018-06-20 14:01:02 -07:00
Brian Zhu
2c84f33f3e
Fixing the ZIP Deploy Task to allow publishing to Functions slots
2018-06-20 14:01:02 -07:00
Brian Zhu
02a50562b7
Changing ZIP Deploy Publish to use the PublishUrl property instead of ScmSiteUrl
2018-06-13 15:56:54 -07:00
Brian Zhu
e9d61a0754
Hardening Zip Deploy to accept a trailing slash (or not) in the ScmSiteUrl property
2018-06-13 14:29:59 -07:00