We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942cd3c commit fff556aCopy full SHA for fff556a
.gitignore
@@ -289,3 +289,5 @@ __pycache__/
289
290
# Build
291
out/
292
+
293
+**/nuget.config
src/AzureSignTool/MTMAzureSigningTool.csproj
@@ -9,7 +9,7 @@
9
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
10
<MinVerTagPrefix>v</MinVerTagPrefix>
11
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12
- <PackageOutputPath>./nupkg</PackageOutputPath>
+ <PackageOutputPath>./nupkg</PackageOutputPath>
13
</PropertyGroup>
14
15
<ItemGroup>
0 commit comments