You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[assembly:AssemblyDescription("A helper bundle transform which prevents caching of bundle contents when optimizations are disabled - when debug is enabled or BundleTable.EnableOptimizations is false.")]
# Edit the variable values below to configure how your .nupkg file is packed (i.e. created) and pushed (i.e. uploaded) to the NuGet gallery.
3
+
#
4
+
# If you have modified this script:
5
+
# - if you uninstall the "Create New NuGet Package From Project After Each Build" package, this file may not be removed automatically; you may need to manually delete it.
6
+
# - if you update the "Create New NuGet Package From Project After Each Build" package, this file may not be updated unless you specify it to be overwritten, either by
7
+
# confirming the overwrite if prompted, or by providing the "-FileConflictAction Overwrite" parameter when installing from the command line.
8
+
# If you overwrite this file then your custom changes will be lost, and you will need to manually reapply your changes.
9
+
# If you are not using source control, I recommend backing up this file before updating the package so you can see what changes you had made to it.
# Push parameters used to upload the .nupkg file to the NuGet gallery.
48
+
#------------------------------------------------
49
+
50
+
# The NuGet gallery to upload to. If not provided, the DefaultPushSource in your NuGet.config file is used (typically nuget.org).
51
+
$sourceToUploadTo=""
52
+
53
+
# The API Key to use to upload the package to the gallery. If not provided and a system-level one does not exist for the specified Source, you will be prompted for it.
54
+
$apiKey=""
55
+
56
+
# Specify any NuGet Push options to pass to nuget.exe.
57
+
# e.g. $pushOptions = "-Timeout 120"
58
+
# Do not specify the "-Source" or "-ApiKey" here; use the variables above.
59
+
# NuGet Push options that can be specified: http://docs.nuget.org/docs/reference/command-line-reference#Push_Command_Options
0 commit comments