This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [ci]Initial draft espt * Set build configuration * Cleanup * Fix * Update build-nuget.yml * Update global.json * Add gdnsuppress * Add supression * Update build-windows.yml * Update source.gdnsuppress * Update xf-release.yml * Revert "Update build-windows.yml" This reverts commit ff20ad5. * Update xf-release.yml * Revert "Update global.json" This reverts commit 36fbb8c. * Update xf-release.yml * Update build-windows.yml * Try pass binaries a better way * try again * Update build-nuget.yml * Update build-nuget.yml * Update xf-release.yml * Update xf-release.yml * Update build-nuget.yml * We are not usign matrix anymore * Update build-nuget.yml * Fix the path to publish * Update xf-release.yml --------- Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
- Loading branch information
1 parent
7dc1fb7
commit 9e2af8f
Showing
6 changed files
with
564 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"hydrated": false, | ||
"properties": { | ||
"helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/suppressions", | ||
"hydrationStatus": "This file does not contain identifying data. It is safe to check into your repo. To hydrate this file with identifying data, run `guardian hydrate --help` and follow the guidance." | ||
}, | ||
"version": "1.0.0", | ||
"suppressionSets": { | ||
"default": { | ||
"name": "default", | ||
"createdDate": "2024-03-01 14:41:58Z", | ||
"lastUpdatedDate": "2024-03-01 14:41:58Z" | ||
} | ||
}, | ||
"results": { | ||
"269549c010eaec1246c156e063e64c56200363edbeb4fc9f0640b01793a130d6": { | ||
"signature": "269549c010eaec1246c156e063e64c56200363edbeb4fc9f0640b01793a130d6", | ||
"alternativeSignatures": [], | ||
"target": "debug.keystore", | ||
"memberOf": [ | ||
"default" | ||
], | ||
"createdDate": "2024-03-01 14:41:58Z" | ||
}, | ||
"2c3e6f9b445213109abaa36b16af43d146fe88b4fb5f637b388c6fde1f7957e8": { | ||
"signature": "2c3e6f9b445213109abaa36b16af43d146fe88b4fb5f637b388c6fde1f7957e8", | ||
"alternativeSignatures": [], | ||
"target": "Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal_TemporaryKey.pfx", | ||
"memberOf": [ | ||
"default" | ||
], | ||
"createdDate": "2024-03-01 14:41:58Z" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"codebaseName": "xamarin.xamarinforms_5.0.0", | ||
"notificationAliases": [ | ||
"dotnet-maui-eng@microsoft.com" | ||
], | ||
"instanceUrl": "https://devdiv.visualstudio.com/", | ||
"projectName": "DevDiv", | ||
"areaPath": "DevDiv\\VS Client - Runtime SDKs\\Xamarin Forms", | ||
"iterationPath": "DevDiv", | ||
"allTools": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.