0

我正在尝试使用 Azure 开发操作构建和部署 Asp.net 4.0 应用程序。我想为每个 aspx 页面创建一个单独的 dll。所以在管道的构建参数中,我有以下

/t:Rebuild /p:OutputPath=bin /p:DeployOnBuild=True /p:WebPublishMethod="FileSystem"
/p:PublishProvider="FileSystem" /p:PrecompileBeforePublish=True /p:EnableUpdateable=False 
**/p:DebugSymbols=True /p:UseMerge=True /p:DeleteAppCodeCompiledFiles=True 
/p:DeleteExistingFiles=True /p:WDPMergeOption="CreateSeparateAssembly"** /p:UseFixedNames=True 
/p:SkipInvalidConfigurations=True /p:Configuration=Release /p:LastUsedPlatform="Any CPU" 
/p:PackageAsSingleFile=True
/p:PackageLocation="$(build.artifactstagingdirectory)\\"

尽管设置了创建单独的程序集,但我无法为每个 aspx 页面看到单独的 dll。有人可以在这里帮忙吗

4

0 回答 0